summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-02 03:17:45 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-02 03:17:45 +0200
commitb90954e37e0babbfa2eed1620ce700cc96c5b9b5 (patch)
tree3b957986a7e8a8be441a48b1c2ef41d28ceaefc5 /CMakeLists.txt
parent14ee555223440595d5bfd5e26603e2ddc1f03b32 (diff)
downloaddolphin-b90954e37e0babbfa2eed1620ce700cc96c5b9b5.tar.gz
dolphin-b90954e37e0babbfa2eed1620ce700cc96c5b9b5.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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cce918f..0718328 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -72,7 +72,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
add_subdirectory( src )
tde_conditional_add_subdirectory( BUILD_DOC doc )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
+tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
##### write configure files #####################