From d1a4b492a4a14a6f0c8078d7de7a8e1dbe2edf56 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 4 Nov 2013 18:32:42 +0000 Subject: 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 --- qpid/cpp/src/linearstore.cmake | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'qpid/cpp/src') 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.") -- cgit v1.2.1