diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-30 22:38:43 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-30 22:38:43 +0200 |
| commit | cb4fbc20f5cd89367cd99d8a9116a09f001ba9c6 (patch) | |
| tree | 03cc1fd332b5debf05c3ab321158139d4f141f24 /CMakeLists.txt | |
| parent | 172c12b01d22166263b0c74421521367a7d11e8a (diff) | |
| download | kcpuload-cb4fbc20f5cd89367cd99d8a9116a09f001ba9c6.tar.gz kcpuload-cb4fbc20f5cd89367cd99d8a9116a09f001ba9c6.zip | |
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 c5318c1..ae10e48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,8 +69,12 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( src ) add_subdirectory( icons ) -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 |
