diff --git a/CMakeLists.txt b/CMakeLists.txt index b7555b1bc3..edbffea76c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14204,6 +14204,13 @@ endif (gRPC_BUILD_TESTS) +if (gRPC_INSTALL) + install(EXPORT gRPCTargets + DESTINATION ${CMAKE_INSTALL_CMAKEDIR} + NAMESPACE gRPC:: + ) +endif() + foreach(_config gRPCConfig gRPCConfigVersion) configure_file(tools/cmake/${_config}.cmake.in ${_config}.cmake @ONLY)