From 3813914451b56d52a7e1e2d3ea76e6fefcdf438b Mon Sep 17 00:00:00 2001 From: Ray-V Date: Sat, 19 Jun 2021 23:27:53 +0100 Subject: 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 --- CMakeLists.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index be7dd58..b1bfc7f 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 -- cgit v1.2.1