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:18:07 +0200
commitf59952f643de4b17aee7cad9f7517d5404bcf8e3 (patch)
tree26bb7f6fd73bed4bf444e49d9bc244836af5df22 /CMakeLists.txt
parent1c2e1276207a0fc4e76a963cd9df828016cefa09 (diff)
downloaddolphin-f59952f643de4b17aee7cad9f7517d5404bcf8e3.tar.gz
dolphin-f59952f643de4b17aee7cad9f7517d5404bcf8e3.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 b90954e37e0babbfa2eed1620ce700cc96c5b9b5)
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 6c3cd02..129b661 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 #####################