diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index abc676e..ba11107 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,9 +46,8 @@ 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_TRANSLATIONS "Build translations" ${BUILD_ALL} ) ##### configure checks @@ -56,7 +55,7 @@ option( BUILD_ALL "Build all" ON ) include( ConfigureChecks.cmake ) -###### global compiler settings +###### global compiler settings add_definitions( -DHAVE_CONFIG_H ) @@ -72,8 +71,7 @@ add_subdirectory( src ) ##### other data ################################ -#tde_conditional_add_project_docs( BUILD_DOC ) -#tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files |