diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-10-27 23:53:16 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-10-27 23:53:16 +0000 |
commit | e0e9e985b3eae71db46df0375a7cd3adb79400f2 (patch) | |
tree | 4e4ec9d7f82123d166e5af82894397a4b7b3c582 /cmake/modules/TDESetupPaths.cmake | |
parent | 9476589c12e297ddaa82af20118463bbaeec92f9 (diff) | |
download | other-e0e9e985b3eae71db46df0375a7cd3adb79400f2.tar.gz other-e0e9e985b3eae71db46df0375a7cd3adb79400f2.zip |
[kde-common/cmake] added support for imported targets; few fixes DESTDIR related
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1190534 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'cmake/modules/TDESetupPaths.cmake')
-rw-r--r-- | cmake/modules/TDESetupPaths.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/TDESetupPaths.cmake b/cmake/modules/TDESetupPaths.cmake index b519274..a4735c3 100644 --- a/cmake/modules/TDESetupPaths.cmake +++ b/cmake/modules/TDESetupPaths.cmake @@ -37,6 +37,7 @@ macro( tde_setup_paths ) _tde_internal_setup_path( LIBEXEC_INSTALL_DIR "${LIB_INSTALL_DIR}/kde3/libexec" "The subdirectory relative to the install prefix where libraries will be installed (default is ${LIB_INSTALL_DIR}/kde3/libexec)" ) _tde_internal_setup_path( INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" "The subdirectory to the header prefix" ) + _tde_internal_setup_path( CMAKE_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/cmake" "The install dir for cmake import modules" ) _tde_internal_setup_path( PLUGIN_INSTALL_DIR "${LIB_INSTALL_DIR}/kde3" "The subdirectory relative to the install prefix where plugins will be installed (default is ${LIB_INSTALL_DIR}/kde3)" ) _tde_internal_setup_path( CONFIG_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/config" "The config file install dir" ) _tde_internal_setup_path( DATA_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/apps" "The parent directory where applications can install their data" ) |