summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-10-27 19:34:35 +0000
committerStephen D. Huston <shuston@apache.org>2009-10-27 19:34:35 +0000
commit6f26c1b6ecb43726504f2966f403d5af52a9b750 (patch)
tree6a1de8b07df53fb6bac76bbf3c7154d1e00375c9 /qpid/cpp/src
parente76b2b0bc50b068bfbd2f59285ed496877d48665 (diff)
downloadqpid-python-6f26c1b6ecb43726504f2966f403d5af52a9b750.tar.gz
Add install steps.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@830311 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/store/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/store/CMakeLists.txt b/qpid/cpp/src/qpid/store/CMakeLists.txt
index 452d4b7cf0..d5cf8abc27 100644
--- a/qpid/cpp/src/qpid/store/CMakeLists.txt
+++ b/qpid/cpp/src/qpid/store/CMakeLists.txt
@@ -49,6 +49,9 @@ if (CMAKE_SYSTEM_NAME STREQUAL Windows)
endif (CMAKE_SYSTEM_NAME STREQUAL Windows)
set_target_properties (store PROPERTIES VERSION ${qpidc_version})
+install (TARGETS store # RUNTIME
+ DESTINATION ${QPIDD_MODULE_DIR}
+ COMPONENT ${QPID_COMPONENT_BROKER})
# Build the MS SQL Storage Provider plugin
set (mssql_default ON)
@@ -71,4 +74,7 @@ if (BUILD_MSSQL)
ms-sql/State.cpp
ms-sql/VariantHelper.cpp)
target_link_libraries (mssql_store qpidcommon ${Boost_PROGRAM_OPTIONS_LIBRARY})
+ install (TARGETS mssql_store # RUNTIME
+ DESTINATION ${QPIDD_MODULE_DIR}
+ COMPONENT ${QPID_COMPONENT_BROKER})
endif (BUILD_MSSQL)