diff options
author | Ray-V <ray-v@inbox.lv> | 2021-06-17 20:29:29 +0100 |
---|---|---|
committer | Ray-V <ray-v@inbox.lv> | 2021-06-17 20:29:29 +0100 |
commit | df31e02c1f27eada610c8027ea7c9c7fcd9c3111 (patch) | |
tree | ecc75d256eff73bb8e0ad339bfd20a16caba26ba /CMakeLists.txt | |
parent | ad1bad45c2a483e1611edfa6b7ac5a81d91a4f45 (diff) | |
download | kvpnc-df31e02c1f27eada610c8027ea7c9c7fcd9c3111.tar.gz kvpnc-df31e02c1f27eada610c8027ea7c9c7fcd9c3111.zip |
Removed CMakeLists.txt from doc and translations trees
Deleted and added macro calls to toplevel CMakeLists.txt
Moved doc/tdeioslave/en/pcf to doc/en/tdeioslave/pcf
Signed-off-by: Ray-V <ray-v@inbox.lv>
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 5290d03..457c111 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,8 +69,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 |