summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-05-10 19:48:02 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-05-10 19:48:13 +0200
commitc555d6142c66d0d968e6aa7dc56580aea8e08031 (patch)
treec96ed027b49844f95ad2a8ba639d1cf46bca032f /CMakeLists.txt
parent0680376dbec6f1e95327971b6337f15f8514e64d (diff)
downloadyakuake-c555d6142c66d0d968e6aa7dc56580aea8e08031.tar.gz
yakuake-c555d6142c66d0d968e6aa7dc56580aea8e08031.zip
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e5b0cbcc8814a23df1059dded05643ba629c8c60)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9df2550..1d9cf01 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -68,8 +68,8 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
##### directories
add_subdirectory( yakuake )
-tde_conditional_add_subdirectory( BUILD_DOC doc )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
+tde_conditional_add_subdirectory( BUILD_DOC doc )
+tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )