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:30:10 +0200
commit45f9f295fd360c4a07207a65f2cdd9678d01a1c0 (patch)
treebe0650ae60a753195a4173820f1b8feab7918115 /CMakeLists.txt
parentbf37b4b9e2afac75500ad3d455382c870c1f5f58 (diff)
downloadwlassistant-45f9f295.tar.gz
wlassistant-45f9f295.zip
Use common rules for build and install translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c738084c786a7f94f22fa4d2505789e583ede6d4)
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 #####################