summaryrefslogtreecommitdiffstats
path: root/doc/man/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-07-10 17:27:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-07-10 18:12:34 +0900
commit69ce1d06ccfab3724be8ab6451933346a0474b30 (patch)
treedc12d9d959c03e9baa971c630a7f51d8e5753111 /doc/man/CMakeLists.txt
parent1dc199a1f62d4ab3e0a17c30d0b1aee3c4489886 (diff)
downloadtdemultimedia-69ce1d06ccfab3724be8ab6451933346a0474b30.tar.gz
tdemultimedia-69ce1d06ccfab3724be8ab6451933346a0474b30.zip
Add man pages for TDE applications.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rw-r--r--doc/man/CMakeLists.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
new file mode 100644
index 00000000..5e77a4a0
--- /dev/null
+++ b/doc/man/CMakeLists.txt
@@ -0,0 +1,17 @@
+#################################################
+#
+# (C) 2017 Slávek Banko
+# slavek (DOT) banko (AT) axis.cz
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_conditional_add_subdirectory( BUILD_JUK juk )
+tde_conditional_add_subdirectory( BUILD_KABOODLE kaboodle )
+tde_conditional_add_subdirectory( BUILD_KAUDIOCREATOR kaudiocreator )
+tde_conditional_add_subdirectory( BUILD_KMIX kmix )
+tde_conditional_add_subdirectory( BUILD_KREC krec )
+tde_conditional_add_subdirectory( BUILD_NOATUN noatun )