From 063f1124a86299ac774b11cbcfe455fbe9ec0d55 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 3 Nov 2011 14:32:01 +0000 Subject: QPID-3464: Build Improvements (CMake) [from Jan-Marek Glogowski] - Improved CMake build significantly bringing it closer in parity to autotools build git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1197146 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/etc/CMakeLists.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'qpid/cpp/etc') diff --git a/qpid/cpp/etc/CMakeLists.txt b/qpid/cpp/etc/CMakeLists.txt index 03121b364a..014842c9c7 100644 --- a/qpid/cpp/etc/CMakeLists.txt +++ b/qpid/cpp/etc/CMakeLists.txt @@ -17,4 +17,16 @@ # under the License. # -install(FILES qpidd.conf qpidc.conf DESTINATION ${QPID_INSTALL_CONFDIR}) +install(FILES qpidc.conf + DESTINATION ${QPID_INSTALL_CONFDIR} + COMPONENT ${QPID_COMPONENT_CLIENT}) +install(FILES qpidd.conf + DESTINATION ${QPID_INSTALL_CONFDIR} + COMPONENT ${QPID_COMPONENT_BROKER}) +if (BUILD_SASL) + install(FILES sasl2/qpidd.conf + DESTINATION ${QPID_INSTALL_SASLDIR} + COMPONENT ${QPID_COMPONENT_BROKER} + RENAME ${BROKER_SASL_NAME}.conf) +endif (BUILD_SASL) + -- cgit v1.2.1