summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2013-11-04 18:32:42 +0000
committerAlan Conway <aconway@apache.org>2013-11-04 18:32:42 +0000
commitc0e3dfa558642b406088eab56f299bdb77185e9b (patch)
treea0996540e1f621b991ee01df201624a031b4147a /cpp
parent8b81da6ac3cec085b1d1f8dc0552272daa2e378a (diff)
downloadqpid-python-c0e3dfa558642b406088eab56f299bdb77185e9b.tar.gz
NO-JIRA: Add cmake install command for linearstoreutils library.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1538706 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/linearstore.cmake12
1 files changed, 9 insertions, 3 deletions
diff --git a/cpp/src/linearstore.cmake b/cpp/src/linearstore.cmake
index d481ae8418..a42b94699c 100644
--- a/cpp/src/linearstore.cmake
+++ b/cpp/src/linearstore.cmake
@@ -182,9 +182,15 @@ if (BUILD_LINEARSTORE)
${DB_LIBRARY}
)
-install(TARGETS linearstore
- DESTINATION ${QPIDD_MODULE_DIR}
- COMPONENT ${QPID_COMPONENT_BROKER})
+ install(TARGETS linearstore
+ DESTINATION ${QPIDD_MODULE_DIR}
+ COMPONENT ${QPID_COMPONENT_BROKER})
+
+ install (TARGETS linearstoreutils
+ RUNTIME DESTINATION ${QPID_INSTALL_BINDIR}
+ LIBRARY DESTINATION ${QPID_INSTALL_LIBDIR}
+ ARCHIVE DESTINATION ${QPID_INSTALL_LIBDIR}
+ COMPONENT ${QPID_COMPONENT_BROKER})
else (BUILD_LINEARSTORE)
message(STATUS "Linearstore is excluded from build.")