From 02300d4979b0a1db71834d5763e4a1e7b4f12335 Mon Sep 17 00:00:00 2001 From: ormorph Date: Tue, 14 May 2024 11:11:46 +0300 Subject: Add documentation builds for each package separately Signed-off-by: ormorph (cherry picked from commit a09ba8a07f46123ea5e70e0d4896515f49770adc) --- doc/CMakeLists.txt | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index dc6bb77..148a9a5 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,12 +1,7 @@ -################################################# -# -# (C) 2012 Golubev Alexander -# fatzer2 (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_auto_add_subdirectories( ) +tde_conditional_add_subdirectory( BUILD_AMOR amor ) +tde_conditional_add_subdirectory( BUILD_KMOON kmoon ) +tde_conditional_add_subdirectory( BUILD_KODO kodo ) +tde_conditional_add_subdirectory( BUILD_KTEATIME kteatime ) +tde_conditional_add_subdirectory( BUILD_KTUX ktux ) +tde_conditional_add_subdirectory( BUILD_KWEATHER kweather ) +tde_conditional_add_subdirectory( BUILD_KWORLDWATCH kworldclock ) -- cgit v1.2.1