diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-21 22:03:43 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-21 22:03:43 +0000 |
commit | 760bf34acbfebc8f7d2c569238138173c103f0db (patch) | |
tree | a39d91938ffdea88ffcdd03794ec9c34dbba3d18 /CMakeLists.txt | |
parent | 8f289a4fcf86668a49e346ca5fa246c5f5ec6806 (diff) | |
download | tdepim-760bf34acbfebc8f7d2c569238138173c103f0db.tar.gz tdepim-760bf34acbfebc8f7d2c569238138173c103f0db.zip |
[kdepim] initial cmake support for: kandy, knode
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1225593 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 01869c97f..f88f632cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,6 +102,8 @@ option( BUILD_KONSOLEKALENDAR "Build konsolekalendar" ${BUILD_ALL} ) option( BUILD_KMAILCVT "Build kmailcvt" ${BUILD_ALL} ) option( BUILD_KARM "Build karm" ${BUILD_ALL} ) option( BUILD_KFILE_PLUGINS "Build kfile-plugins" ${BUILD_ALL} ) +option( BUILD_KANDY "Build kandy" ${BUILD_ALL} ) +option( BUILD_KNODE "Build knode" ${BUILD_ALL} ) ##### configure checks ########################## @@ -123,7 +125,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" ) ##### activate dependencies ##################### -if( BUILD_LIBKCAL OR BUILD_LIBKDEPIM OR BUILD_LIBKPIMIDENTITIES OR BUILD_KIOSLAVES OR BUILD_KMAIL ) +if( BUILD_LIBKCAL OR BUILD_LIBKDEPIM OR BUILD_LIBKPIMIDENTITIES OR BUILD_KIOSLAVES OR BUILD_KMAIL OR BUILD_KNODE ) add_subdirectory( libemailfunctions ) endif() @@ -166,6 +168,8 @@ tde_conditional_add_subdirectory( BUILD_KONSOLEKALENDAR konsolekalendar ) tde_conditional_add_subdirectory( BUILD_KMAILCVT kmailcvt ) tde_conditional_add_subdirectory( BUILD_KARM karm ) tde_conditional_add_subdirectory( BUILD_KFILE_PLUGINS kfile-plugins ) +tde_conditional_add_subdirectory( BUILD_KANDY kandy ) +tde_conditional_add_subdirectory( BUILD_KNODE knode ) ##### write configure files ##################### |