diff options
author | ormorph <[email protected]> | 2024-05-14 11:11:46 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2024-05-14 13:55:51 +0200 |
commit | 02300d4979b0a1db71834d5763e4a1e7b4f12335 (patch) | |
tree | 8c3020957bd43901e25dce05d2ed0c0be8916b8f | |
parent | 5bd77f3d84aa0590959174b13e3550852dda3af4 (diff) | |
download | tdetoys-02300d4979b0a1db71834d5763e4a1e7b4f12335.tar.gz tdetoys-02300d4979b0a1db71834d5763e4a1e7b4f12335.zip |
Add documentation builds for each package separately
Signed-off-by: ormorph <[email protected]>
(cherry picked from commit a09ba8a07f46123ea5e70e0d4896515f49770adc)
-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 ) |