PROTON-781: Update CMake to install new Ruby packages.

Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/bcfa8d44
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/bcfa8d44
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/bcfa8d44

Branch: refs/heads/cjansen-cpp-client
Commit: bcfa8d44b8d71edd8c87568ebfd1141be175d054
Parents: 8118ea7
Author: Darryl L. Pierce <[email protected]>
Authored: Thu Jun 18 10:02:42 2015 -0400
Committer: Darryl L. Pierce <[email protected]>
Committed: Thu Jun 18 16:28:44 2015 -0400

----------------------------------------------------------------------
 proton-c/bindings/ruby/CMakeLists.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/bcfa8d44/proton-c/bindings/ruby/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/bindings/ruby/CMakeLists.txt 
b/proton-c/bindings/ruby/CMakeLists.txt
index c6b07d3..55c232a 100644
--- a/proton-c/bindings/ruby/CMakeLists.txt
+++ b/proton-c/bindings/ruby/CMakeLists.txt
@@ -77,13 +77,18 @@ install(DIRECTORY lib/core
 install(DIRECTORY lib/event
         DESTINATION ${RUBY_ARCHLIB_DIR}
         COMPONENT Ruby)
+install(DIRECTORY lib/handler
+        DESTINATION ${RUBY_ARCHLIB_DIR}
+        COMPONENT Ruby)
 install(DIRECTORY lib/messenger
         DESTINATION ${RUBY_ARCHLIB_DIR}
         COMPONENT Ruby)
+install(DIRECTORY lib/reactor
+        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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to