diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index da5df6f3..48a240b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,6 +83,7 @@ option( WITH_VCS_SUBVERSION "Enable subversion support" ${WITH_VCS_ALL} ) option( BUILD_ALL "Build all components" OFF ) option( BUILD_KDEVDESIGNER "Build kdevdesigner" ${BUILD_ALL} ) +option( BUILD_DOC "Build doc" ${BUILD_ALL} ) ##### optional stuff ############################ @@ -164,6 +165,7 @@ add_subdirectory( mimetypes ) add_subdirectory( pics ) add_subdirectory( vcs ) tde_conditional_add_subdirectory( BUILD_KDEVDESIGNER kdevdesigner ) +tde_conditional_add_subdirectory( BUILD_DOC doc ) ##### write configure files ##################### |