You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by dn...@apache.org on 2015/06/18 12:47:45 UTC

[2/2] qpid-proton git commit: PROTON-799: Update CMake INSTALL for 81a5449

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/master
Commit: 175a15a8773a3c04ca3e84673ce4e35f612e8639
Parents: 83f424f
Author: Dominic Evans <do...@uk.ibm.com>
Authored: Thu Jun 18 11:04:32 2015 +0100
Committer: Dominic Evans <do...@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-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org