diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2011-11-03 14:32:01 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2011-11-03 14:32:01 +0000 |
| commit | 063f1124a86299ac774b11cbcfe455fbe9ec0d55 (patch) | |
| tree | 5e122f976359ed492f84b2b87369633595bcd797 /qpid/cpp/BuildInstallSettings.cmake | |
| parent | 85b266fe8875fd8750f0f7808f2ad840ad249821 (diff) | |
| download | qpid-python-063f1124a86299ac774b11cbcfe455fbe9ec0d55.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@1197146 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/BuildInstallSettings.cmake')
| -rw-r--r-- | qpid/cpp/BuildInstallSettings.cmake | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qpid/cpp/BuildInstallSettings.cmake b/qpid/cpp/BuildInstallSettings.cmake index b3ca26b6ad..3da1d89bfe 100644 --- a/qpid/cpp/BuildInstallSettings.cmake +++ b/qpid/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)
|
