diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-02-08 15:16:11 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-08 15:16:11 -0800 |
| commit | 2e94dfe97ca44dd78b3224321b5f9e06e6635854 (patch) | |
| tree | 88f07adeaf7a43d254b87dfd9e12b6dafcbcf94a | |
| parent | b590a02df1b8a6cc5f9006386baac42961d335b0 (diff) | |
| parent | 9ee6208e02128f0d22859ffe91cb29ac49a13f17 (diff) | |
| download | vcpkg-2e94dfe97ca44dd78b3224321b5f9e06e6635854.tar.gz vcpkg-2e94dfe97ca44dd78b3224321b5f9e06e6635854.zip | |
Merge pull request #624 from dzenanz/master
Install grpc_cpp_plugin.exe into tools folder
| -rw-r--r-- | ports/grpc/portfile.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/grpc/portfile.cmake b/ports/grpc/portfile.cmake index ffd71d137..90915976c 100644 --- a/ports/grpc/portfile.cmake +++ b/ports/grpc/portfile.cmake @@ -53,6 +53,8 @@ file(RENAME ${CURRENT_PACKAGES_DIR}/lib/cmake/gRPC/gRPCTargets-release.cmake ${C file(RENAME ${CURRENT_PACKAGES_DIR}/debug/lib/cmake/gRPC/gRPCTargets-debug.cmake ${CURRENT_PACKAGES_DIR}/share/grpc/gRPCTargets-debug.cmake) file(INSTALL ${CURRENT_BUILDTREES_DIR}/src/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/grpc RENAME copyright) +file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/tools) +file(INSTALL ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/Release/grpc_cpp_plugin.exe DESTINATION ${CURRENT_PACKAGES_DIR}/tools) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) |
