diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ab5f70..33635ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,9 +49,12 @@ option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ##### user requested modules -option( BUILD_ALL "Build all" ON ) -option( BUILD_DOC "Build documentation" ${BUILD_ALL} ) -option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} ) +option( BUILD_ALL "Build all" ON ) +option( BUILD_DOC "Build documentation" ${BUILD_ALL} ) +option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} ) + +option( BUILD_IPTINTERFACE "Build kmfiptinterface" OFF ) +option( BUILD_SYSTRAY "Build kmfsystray" OFF ) ##### configure checks @@ -71,6 +74,8 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( kmyfirewall ) add_subdirectory( pics ) add_subdirectory( templates ) +tde_conditional_add_subdirectory( BUILD_IPTINTERFACE KMFIPTInterface ) +tde_conditional_add_subdirectory( BUILD_SYSTRAY KMFSysTray ) ##### other data ################################ |
