grpc/examples/cpp/helloworld
Jan Tattermusch 3fde13929b
Switch to protobuf's /CMakeLists.txt instead of /cmake/CMakeLists.txt (#32678)
Try to react to https://github.com/protocolbuffers/protobuf/issues/12263
and https://github.com/protocolbuffers/protobuf/pull/12295

Protobuf's /cmake/CMakeLists.txt is now deprecated if favor of
/CMakeLists.txt


58ecf38aa5/cmake/CMakeLists.txt (L3)

In this PR:
- Adjust `cmake/protobuf.cmake` to use the right CMakeLists.txt
- adjust the C++ distribtests accordingly
2023-03-22 09:14:04 -07:00
..
cmake_externalproject Switch to protobuf's /CMakeLists.txt instead of /cmake/CMakeLists.txt (#32678) 2023-03-22 09:14:04 -07:00
cocoapods clang-format C++ examples (#25764) 2021-03-22 10:23:52 -07:00
.gitignore Add examples/cpp/helloworld/.gitignore 2019-09-11 10:50:10 +02:00
BUILD Examples: unify command line flags (#32456) 2023-02-27 10:39:21 -08:00
CMakeLists.txt Examples: unify command line flags (#32456) 2023-02-27 10:39:21 -08:00
Makefile Examples: unify command line flags (#32456) 2023-02-27 10:39:21 -08:00
README.md Docs: fix links to quick start pages 2020-06-16 08:40:59 -04:00
greeter_async_client.cc Examples: unify command line flags (#32456) 2023-02-27 10:39:21 -08:00
greeter_async_client2.cc Examples: unify command line flags (#32456) 2023-02-27 10:39:21 -08:00
greeter_async_server.cc Examples: unify command line flags (#32456) 2023-02-27 10:39:21 -08:00
greeter_callback_client.cc Examples: unify command line flags (#32456) 2023-02-27 10:39:21 -08:00
greeter_callback_server.cc Examples: unify command line flags (#32456) 2023-02-27 10:39:21 -08:00
greeter_client.cc Examples: unify command line flags (#32456) 2023-02-27 10:39:21 -08:00
greeter_server.cc Examples: unify command line flags (#32456) 2023-02-27 10:39:21 -08:00
xds_greeter_client.cc xDS: remove deprecated C++ APIs in the experimental namespace (#31451) 2022-10-26 14:53:57 -07:00
xds_greeter_server.cc xDS: remove deprecated C++ APIs in the experimental namespace (#31451) 2022-10-26 14:53:57 -07:00

README.md

gRPC C++ Hello World Example

You can find a complete set of instructions for building gRPC and running the Hello World app in the C++ Quick Start.