PROTON-799: Update CMake INSTALL for 81a5449
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/175a15a8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/175a15a8 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/175a15a8 Branch: refs/heads/kgiusti-python3 Commit: 175a15a8773a3c04ca3e84673ce4e35f612e8639 Parents: 83f424f Author: Dominic Evans <dominic.ev...@uk.ibm.com> Authored: Thu Jun 18 11:04:32 2015 +0100 Committer: Dominic Evans <dominic.ev...@uk.ibm.com> Committed: Thu Jun 18 11:04:32 2015 +0100 ---------------------------------------------------------------------- proton-c/bindings/ruby/CMakeLists.txt | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/175a15a8/proton-c/bindings/ruby/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/proton-c/bindings/ruby/CMakeLists.txt b/proton-c/bindings/ruby/CMakeLists.txt index e42db32..c6b07d3 100644 --- a/proton-c/bindings/ruby/CMakeLists.txt +++ b/proton-c/bindings/ruby/CMakeLists.txt @@ -68,6 +68,22 @@ install(TARGETS cproton-ruby install(FILES lib/qpid_proton.rb DESTINATION ${RUBY_ARCHLIB_DIR} COMPONENT Ruby) -install(DIRECTORY lib/qpid_proton +install(DIRECTORY lib/codec DESTINATION ${RUBY_ARCHLIB_DIR} COMPONENT Ruby) +install(DIRECTORY lib/core + DESTINATION ${RUBY_ARCHLIB_DIR} + COMPONENT Ruby) +install(DIRECTORY lib/event + DESTINATION ${RUBY_ARCHLIB_DIR} + COMPONENT Ruby) +install(DIRECTORY lib/messenger + DESTINATION ${RUBY_ARCHLIB_DIR} + COMPONENT Ruby) +install(DIRECTORY lib/types + DESTINATION ${RUBY_ARCHLIB_DIR} + COMPONENT Ruby) +install(DIRECTORY lib/util + DESTINATION ${RUBY_ARCHLIB_DIR} + COMPONENT Ruby) + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org