summaryrefslogtreecommitdiff
path: root/cpp/BuildInstallSettings.cmake
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2011-11-03 14:32:01 +0000
committerAndrew Stitcher <astitcher@apache.org>2011-11-03 14:32:01 +0000
commita68d12beaff7bccff4bc8c8833ce9fac1c3ec6e4 (patch)
treec8d30f06a378c648ee99d193cdfc05e1e3c69434 /cpp/BuildInstallSettings.cmake
parentfa7568b96308ac17374285c0c65de522a91ccf0e (diff)
downloadqpid-python-a68d12beaff7bccff4bc8c8833ce9fac1c3ec6e4.tar.gz
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/qpid@1197146 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/BuildInstallSettings.cmake')
-rw-r--r--cpp/BuildInstallSettings.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/BuildInstallSettings.cmake b/cpp/BuildInstallSettings.cmake
index b3ca26b6ad..3da1d89bfe 100644
--- a/cpp/BuildInstallSettings.cmake
+++ b/cpp/BuildInstallSettings.cmake
@@ -88,6 +88,8 @@ if (WIN32)
"Directory to install user executables")
set (QPID_INSTALL_CONFDIR conf CACHE STRING
"Directory to install configuration files")
+ set (QPID_INSTALL_SASLDIR conf CACHE STRING
+ "Directory to install SASL configuration files")
set (QPID_INSTALL_DATADIR conf CACHE STRING
"Directory to install read-only arch.-independent data root")
set (QPID_INSTALL_EXAMPLESDIR examples CACHE STRING
@@ -124,6 +126,8 @@ if (UNIX)
"Directory to install configuration files")
set (QPID_INSTALL_DATADIR share/qpid CACHE STRING
"Directory to install read-only arch.-independent data root")
+ set (QPID_INSTALL_SASLDIR etc/sasl2 CACHE STRING
+ "Directory to install SASL configuration files")
set (QPID_INSTALL_EXAMPLESDIR share/examples CACHE STRING
"Directory to install programming examples in")
set (QPID_INSTALL_HTMLDIR html CACHE STRING
@@ -140,4 +144,8 @@ if (UNIX)
"Directory to load broker plug-in modules from")
set (QPID_LIBEXEC_DIR libexec/qpid CACHE STRING
"Directory for executables used by qpid libs")
+ set (QPID_LOCALSTATE_DIR var CACHE STRING
+ "Directory to store local state data")
+ set (QPID_MAN_DIR man CACHE STRING
+ "Directory to install manual files")
endif (UNIX)