diff options
author | Ray-V <[email protected]> | 2021-06-19 23:27:53 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-09 14:18:16 +0200 |
commit | 3813914451b56d52a7e1e2d3ea76e6fefcdf438b (patch) | |
tree | 4397664c8b7ab95ee06c9f863ac76648f475d6e4 /CMakeLists.txt | |
parent | 81ce1aab500d4d252b3622ea93f0abb48937c1fd (diff) | |
download | knemo-3813914451b56d52a7e1e2d3ea76e6fefcdf438b.tar.gz knemo-3813914451b56d52a7e1e2d3ea76e6fefcdf438b.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 <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 6 insertions, 2 deletions
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 |