mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:29:01 +08:00
19 lines
402 B
Diff
19 lines
402 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index e09f729..c85a20a 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -11847,7 +11847,12 @@ 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
|