summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRay-V <ray-v@inbox.lv>2021-06-19 23:27:53 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-07-09 14:21:43 +0200
commit53d1da8b55ce7ab68d5e0033bf3efe8dae6997ee (patch)
tree8d5a048c1b24ee191ce25ebe4d3e48535d68457a /CMakeLists.txt
parentda52ee38a348bc668ab19d1255a50e6ebfe9b711 (diff)
downloadknemo-53d1da8b.tar.gz
knemo-53d1da8b.zip
Removed CMakeLists.txt for doc and translations
Moved doc/en/index.docbook to doc/en/kcontrol/ Deleted and added macro calls in top level CMakeLists.txt Signed-off-by: Ray-V <ray-v@inbox.lv> (cherry picked from commit 3813914451b56d52a7e1e2d3ea76e6fefcdf438b)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4d146fa..f8dc058 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -70,8 +70,12 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
##### directories
add_subdirectory( src )
-tde_conditional_add_subdirectory( BUILD_DOC doc )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
+
+
+##### other data
+
+tde_conditional_add_project_docs( BUILD_DOC )
+tde_conditional_add_project_translations( BUILD_TRANSLATIONS )
##### write configure files