diff options
author | Ray-V <ray-v@inbox.lv> | 2021-06-17 20:29:29 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-06-18 02:39:22 +0200 |
commit | 736bdb7edd41bf8caac7dea748f1e801192f7583 (patch) | |
tree | 0c23afdab82884aa70ce07fba8011296f0cfa1cf /CMakeLists.txt | |
parent | ca8acd088527f17a02dc747d04e203cd1342db4d (diff) | |
download | kvpnc-736bdb7edd41bf8caac7dea748f1e801192f7583.tar.gz kvpnc-736bdb7edd41bf8caac7dea748f1e801192f7583.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>
(cherry picked from commit df31e02c1f27eada610c8027ea7c9c7fcd9c3111)
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 e1b2da8..3eb3bc0 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 |