summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-07-26 13:29:54 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-07-26 13:29:54 +0200
commitc738084c786a7f94f22fa4d2505789e583ede6d4 (patch)
tree9888328bb377ed9ce02707d496439849107c48d0 /CMakeLists.txt
parent5764dc1353cade1bdcb3596e73df8e7cb1a1b314 (diff)
downloadwlassistant-c738084c786a7f94f22fa4d2505789e583ede6d4.tar.gz
wlassistant-c738084c786a7f94f22fa4d2505789e583ede6d4.zip
Use common rules for build and install translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7c75675..e6dd5cc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -67,7 +67,11 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
add_subdirectory( src )
add_subdirectory( icons )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
+
+
+##### other data ################################
+
+tde_conditional_add_project_translations( BUILD_TRANSLATIONS )
##### write configure files #####################