diff options
author | Slávek Banko <[email protected]> | 2021-08-15 16:06:28 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-08-15 16:10:12 +0200 |
commit | 96ca985dbf1771b77e133dfa83b55c2e9422ed07 (patch) | |
tree | 0207c745b557df6692627c7ee72f293b9bd6710c /CMakeLists.txt | |
parent | a88e61eb7ef2e82b60ec12082024dcc48ff8d8c2 (diff) | |
download | tde-systemsettings-96ca985dbf1771b77e133dfa83b55c2e9422ed07.tar.gz tde-systemsettings-96ca985dbf1771b77e133dfa83b55c2e9422ed07.zip |
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit bf3bc777f02fe90d6d377d4e47f914bfc83cd86a)
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 ff9e1d0..a72bd02 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( systemsettings ) -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 |