summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2023-02-19 15:40:48 +0100
committerSlávek Banko <[email protected]>2023-02-19 15:44:39 +0100
commitece5ecce2586d96c8c3c10203f427510edc30f31 (patch)
treeed92a1dc133e2a3f7456a369e9726bc119dbc8fa /CMakeLists.txt
parent9818b210e2163e93e67a40b75b7420feae9c4e16 (diff)
downloadkbfx-ece5ecce2586d96c8c3c10203f427510edc30f31.tar.gz
kbfx-ece5ecce2586d96c8c3c10203f427510edc30f31.zip
Copy translations to a new directory layout.
Use common rules for build and install translations. Added translation of .desktop files. Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4c59197..8c5bcba 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -109,7 +109,7 @@ add_subdirectory( skin )
add_subdirectory( images )
add_subdirectory( plugins )
tde_conditional_add_subdirectory( BUILD_DOC doc )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
+tde_conditional_add_project_translations( BUILD_TRANSLATIONS )
##### write configure files #####################