From b38d2e5e6cb1599b4a76fbc5622578e162e7c7c2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 14 Jul 2022 13:25:19 +0900 Subject: Added man pages for TDE applications. Signed-off-by: Michele Calgaro (cherry picked from commit 70f9f58541733859df7fa85c8f4b5ed3f0aa2c94) --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') 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 ) -- cgit v1.2.1