diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-26 10:36:35 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-26 10:36:35 +0200 |
commit | 6829385342ddce5d89bb36c33f3210c01fbc43f4 (patch) | |
tree | 961cec8a74ce2427d380abda47b75dec72fda6a4 /CMakeLists.txt | |
parent | 4bdb26e23be7ef47aef63edf1f0c282d0be674be (diff) | |
download | kiosktool-6829385342ddce5d89bb36c33f3210c01fbc43f4.tar.gz kiosktool-6829385342ddce5d89bb36c33f3210c01fbc43f4.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 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ffed4fa..6b78e01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,10 +71,13 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" ##### directories add_subdirectory( ${PROJECT_NAME} ) -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 |