diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 169d8388..59ca9ad8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,15 +41,11 @@ include( TDESetupPaths ) tde_setup_paths( ) -##### optional stuff ############################ - -# option( WITH_ARTS "Enable aRts support" OFF ) - - ##### user requested modules #################### option( BUILD_ALL "Build all" OFF ) option( BUILD_CERVISIA "Build cervisia" ${BUILD_ALL} ) +option( BUILD_DOC "Build documentation" ${BUILD_ALL} ) option( BUILD_KAPPTEMPLATE "Build kapptemplate" ${BUILD_ALL} ) @@ -75,6 +71,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" ) ##### kdesdk directories ######################## tde_conditional_add_subdirectory( BUILD_CERVISIA cervisia ) +tde_conditional_add_subdirectory( BUILD_DOC doc ) tde_conditional_add_subdirectory( BUILD_KAPPTEMPLATE kapptemplate ) |