summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-11-14 08:58:11 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-11-14 11:10:48 +0100
commit5a386566cac6a0957bc82e43842aab7c26c796b2 (patch)
treed8c2d0c0fcc430ca05456e8ad1ae629d456983ac /CMakeLists.txt
parentbf54ea88319266a188166ba007844da50b689fc6 (diff)
downloadkooldock-5a386566cac6a0957bc82e43842aab7c26c796b2.tar.gz
kooldock-5a386566cac6a0957bc82e43842aab7c26c796b2.zip
Copy translations to a new directory layout.
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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b02293e..b850d9a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -73,7 +73,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" )
add_subdirectory( src )
add_subdirectory( backgrounds )
add_subdirectory( icons )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
+tde_conditional_add_project_translations( BUILD_TRANSLATIONS )