diff options
author | ormorph <roma251078@mail.ru> | 2024-05-14 11:11:46 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2024-05-14 11:11:46 +0300 |
commit | a09ba8a07f46123ea5e70e0d4896515f49770adc (patch) | |
tree | 2082ce4d7563755a211a561d15b0fe42fddb35e5 | |
parent | ff8b1f60ed508c7f96b75e6fc39bb5b6ff7c6faa (diff) | |
download | tdetoys-a09ba8a07f46123ea5e70e0d4896515f49770adc.tar.gz tdetoys-a09ba8a07f46123ea5e70e0d4896515f49770adc.zip |
Add documentation builds for each package separately
Signed-off-by: ormorph <roma251078@mail.ru>
-rw-r--r-- | doc/CMakeLists.txt | 19 |
1 files 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 ) |