summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/linearstore.cmake
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
commitd1a4b492a4a14a6f0c8078d7de7a8e1dbe2edf56 (patch)
tree7c23a4844ac4dfdef5fc5d252e682a6bd1b492d8 /qpid/cpp/src/linearstore.cmake
parent62d3866ad98918829f3c66b870ef8d3e00d99088 (diff)
downloadqpid-python-d1a4b492a4a14a6f0c8078d7de7a8e1dbe2edf56.tar.gz
NO-JIRA: Add cmake install command for linearstoreutils library.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1538706 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/linearstore.cmake')
-rw-r--r--qpid/cpp/src/linearstore.cmake12
1 files changed, 9 insertions, 3 deletions
diff --git a/qpid/cpp/src/linearstore.cmake b/qpid/cpp/src/linearstore.cmake
index d481ae8418..a42b94699c 100644
--- a/qpid/cpp/src/linearstore.cmake
+++ b/qpid/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.")