diff options
author | gregory guy <[email protected]> | 2020-05-21 16:18:26 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-26 01:20:46 +0200 |
commit | 368ee23e036f50097ed148eaedfbead308a7ff26 (patch) | |
tree | 929f7183629323992259d20fa1a6a701a9f7a83b /CMakeLists.txt | |
parent | 8e16b376dc531edfdf7b7d8dc13d3d9a15d81c0c (diff) | |
download | kscope-368ee23e036f50097ed148eaedfbead308a7ff26.tar.gz kscope-368ee23e036f50097ed148eaedfbead308a7ff26.zip |
Add a man page.
Move the kscope.desktop file into XDG_APPS_INSTALL_DIR directory,
see TDE/tde#26 and bug 2408.
Delete empty folder templates.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4090b95..76d0986 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,9 +48,9 @@ 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} ) ##### configure checks @@ -70,8 +70,8 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" ##### directories add_subdirectory( src ) -#tde_conditional_add_subdirectory( BUILD_DOC doc ) -#tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_DOC doc ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) ##### write configure files |