summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-07-26 16:54:15 +0200
committerSlávek Banko <[email protected]>2021-07-26 16:54:15 +0200
commit763377ff636f06ae7e1a620d62361d6b7054769c (patch)
tree7ae1eb187e323cd05cee022d46d836ff196bd486 /CMakeLists.txt
parent64665729e4d013328afd69f3bcab3fc4bfa16448 (diff)
downloadkdbusnotification-763377ff636f06ae7e1a620d62361d6b7054769c.tar.gz
kdbusnotification-763377ff636f06ae7e1a620d62361d6b7054769c.zip
Use common rules for build and install translations.
Signed-off-by: Slávek Banko <[email protected]>
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 b83494e..978b2d9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -68,7 +68,11 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
##### directories
add_subdirectory( src )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
+
+
+##### other data ################################
+
+tde_conditional_add_project_translations( BUILD_TRANSLATIONS )
##### write configure files