diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-07-14 13:25:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-07-14 19:54:17 +0900 |
commit | b38d2e5e6cb1599b4a76fbc5622578e162e7c7c2 (patch) | |
tree | b2dd1c9d18d803e2970fac3f145634ff996718e3 /CMakeLists.txt | |
parent | 7c9ac3facd0ccc44ab898896b50540ad6e66331c (diff) | |
download | tdeartwork-b38d2e5e6cb1599b4a76fbc5622578e162e7c7c2.tar.gz tdeartwork-b38d2e5e6cb1599b4a76fbc5622578e162e7c7c2.zip |
Added man pages for TDE applications.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 70f9f58541733859df7fa85c8f4b5ed3f0aa2c94)
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 6bf675cd..b4192574 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,6 +72,7 @@ option( WITH_ARTS "Enable aRts support" ##### user requested modules option( BUILD_ALL "Build all" ON ) +option( BUILD_DOC "Build documentation" ${BUILD_ALL} ) option( BUILD_EMOTICONS "Build emoticons" ${BUILD_ALL} ) option( BUILD_ICEWM_THEMES "Build icewm-themes" ${BUILD_ALL} ) option( BUILD_ICON_THEMES "Build icon themes" ${BUILD_ALL} ) @@ -100,6 +101,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" ##### tdenetwork directories +tde_conditional_add_subdirectory( BUILD_DOC doc ) tde_conditional_add_subdirectory( BUILD_EMOTICONS emoticons ) tde_conditional_add_subdirectory( BUILD_ICEWM_THEMES icewm-themes ) tde_conditional_add_subdirectory( BUILD_ICON_THEMES IconThemes ) |