Repository: qpid-proton Updated Branches: refs/heads/master 4f4664556 -> 135aebb2b
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/135aebb2 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/135aebb2 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/135aebb2 Branch: refs/heads/master Commit: 135aebb2bc87ff792a4019651d380b5044f8acff Parents: 4f46645 Author: Andrew Stitcher <[email protected]> Authored: Thu Feb 4 13:05:35 2016 -0500 Committer: Andrew Stitcher <[email protected]> Committed: Thu Feb 4 13:05:35 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/135aebb2/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]
