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:02 +0200
commite5b0cbcc8814a23df1059dded05643ba629c8c60 (patch)
treeec466cbba364257288729b8c9fb23000999ec3a6 /CMakeLists.txt
parentd2f20b2fa458c4705b4fb4df5e84cfcad05cbd0f (diff)
downloadyakuake-e5b0cbcc8814a23df1059dded05643ba629c8c60.tar.gz
yakuake-e5b0cbcc8814a23df1059dded05643ba629c8c60.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>
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 772903a..3c30172 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 )