diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-13 13:47:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-13 15:42:17 +0900 |
commit | d8521af7be8cafc64525755758d25f0b70072ea5 (patch) | |
tree | 502917d6e35afa2e8aed5dfa71bbc129eb388f28 /doc/CMakeLists.txt | |
parent | 3cb0d9a6cdab412d4845af7a7994187f0a5507bb (diff) | |
download | tdesdk-d8521af7be8cafc64525755758d25f0b70072ea5.tar.gz tdesdk-d8521af7be8cafc64525755758d25f0b70072ea5.zip |
Add man pages for TDE applications
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r-- | doc/CMakeLists.txt | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index df842e47..af656c0a 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,12 +1,13 @@ -################################################# -# -# (C) 2010-2011 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# +add_subdirectory( man ) -tde_auto_add_subdirectories( ) +tde_conditional_add_subdirectory( BUILD_CERVISIA cervisia ) +#tde_conditional_add_subdirectory( BUILD_KAPPTEMPLATE kapptemplate ) +tde_conditional_add_subdirectory( BUILD_KBABEL kbabel ) +tde_conditional_add_subdirectory( BUILD_KBUGBUSTER kbugbuster ) +tde_conditional_add_subdirectory( BUILD_KOMPARE kompare ) +tde_conditional_add_subdirectory( BUILD_KUIVIEWER kuiviewer ) +tde_conditional_add_subdirectory( BUILD_SCRIPTS scripts ) +tde_conditional_add_subdirectory( BUILD_TDECACHEGRIND tdecachegrind ) +# tdesvn-build is under the script folder +tde_conditional_add_subdirectory( BUILD_SCRIPTS tdesvn-build ) +tde_conditional_add_subdirectory( BUILD_UMBRELLO umbrello ) |