Repository: qpid-proton Updated Branches: refs/heads/master 2389a2179 -> 16da86ebb
PROTON-1350: Install proton-c core library - This was missed from the initial PROTON-1350 commit Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/16da86eb Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/16da86eb Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/16da86eb Branch: refs/heads/master Commit: 16da86ebbe08d64e32408c97cc5016ca458351af Parents: 2389a21 Author: Andrew Stitcher <[email protected]> Authored: Thu Dec 8 15:17:46 2016 -0500 Committer: Andrew Stitcher <[email protected]> Committed: Thu Dec 8 15:17:46 2016 -0500 ---------------------------------------------------------------------- proton-c/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/16da86eb/proton-c/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/proton-c/CMakeLists.txt b/proton-c/CMakeLists.txt index ffc6e10..5f26d43 100644 --- a/proton-c/CMakeLists.txt +++ b/proton-c/CMakeLists.txt @@ -554,7 +554,7 @@ if (MSVC) endif(MSVC) # Install executables and libraries -install (TARGETS qpid-proton +install (TARGETS qpid-proton qpid-proton-core EXPORT proton RUNTIME DESTINATION bin ARCHIVE DESTINATION ${LIB_INSTALL_DIR} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
