summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-07-22 17:01:21 +0200
committerSlávek Banko <[email protected]>2021-07-22 17:01:37 +0200
commit7f6c37a8fe3d1db08e517287299126dd5a394736 (patch)
treef2ce95cf643d3703514418ea673dcfbc9034850e /CMakeLists.txt
parent9b2b938e4fea89fbc1ace815e25123df2186a3ce (diff)
downloadkcmldapmanager-7f6c37a8fe3d1db08e517287299126dd5a394736.tar.gz
kcmldapmanager-7f6c37a8fe3d1db08e517287299126dd5a394736.zip
Use common rules for build and install translations.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 028d4a3983d1ecee527491a21fa0e98919fb8c07)
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 2965c34..ad824db 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,7 +75,11 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
add_subdirectory( src )
add_subdirectory( cmdline )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
+
+
+##### other data ################################
+
+tde_conditional_add_project_translations( BUILD_TRANSLATIONS )
##### write configure files