Repository: qpid-proton Updated Branches: refs/heads/0.12.x 0096245da -> fda572f40
PROTON-1127: [C++ binding] Install qpid-proton-cpp.dll Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/fda572f4 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/fda572f4 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/fda572f4 Branch: refs/heads/0.12.x Commit: fda572f4088c5dc25be77ce6dbf847fba99a396f Parents: 0096245 Author: Andrew Stitcher <[email protected]> Authored: Thu Feb 4 13:05:35 2016 -0500 Committer: Andrew Stitcher <[email protected]> Committed: Fri Feb 5 12:32:53 2016 -0500 ---------------------------------------------------------------------- proton-c/bindings/cpp/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/fda572f4/proton-c/bindings/cpp/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/CMakeLists.txt b/proton-c/bindings/cpp/CMakeLists.txt index 85c0458..15b760e 100644 --- a/proton-c/bindings/cpp/CMakeLists.txt +++ b/proton-c/bindings/cpp/CMakeLists.txt @@ -99,7 +99,8 @@ set_target_properties ( ## Install install(TARGETS qpid-proton-cpp - EXPORT proton + EXPORT proton-cpp + RUNTIME DESTINATION bin ARCHIVE DESTINATION ${LIB_INSTALL_DIR} LIBRARY DESTINATION ${LIB_INSTALL_DIR}) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
