summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRay-V <ray-v@inbox.lv>2021-06-13 21:47:32 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-06-25 10:41:03 +0200
commitae6f04289851574f38aedbd4666f7154cc67cad3 (patch)
treec8066d830ea80b8858878fce8e346473f135030c /CMakeLists.txt
parentc9d8d7c859171b71180fd448aa53dd40e5e40c7e (diff)
downloadkdbg-ae6f04289851574f38aedbd4666f7154cc67cad3.tar.gz
kdbg-ae6f04289851574f38aedbd4666f7154cc67cad3.zip
Remove CMakeLists.txt for doc
Move doc directory up a level from kdbg/doc Add macro call to source root CMakeLists.txt Remove tde_conditional_add_subdirectory() macro call for doc Signed-off-by: Ray-V <ray-v@inbox.lv>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7f64587..ac459d4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -72,6 +72,11 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
##### directories
add_subdirectory( ${PROJECT_NAME} )
+
+
+##### other data ################################
+
+tde_conditional_add_project_docs( BUILD_DOC )
tde_conditional_add_project_translations( BUILD_TRANSLATIONS )