summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-05-06 13:55:55 +0200
committerSlávek Banko <[email protected]>2020-05-06 13:59:42 +0200
commit68c3e4dcfa673a316a4688361cafeb0588ae90d7 (patch)
treef8457cab88a01d8d661a8488ae92218d01290268 /CMakeLists.txt
parenteb210ed90ad97dcaaead3d730e4e53052951eee7 (diff)
downloadtdmtheme-68c3e4dcfa673a316a4688361cafeb0588ae90d7.tar.gz
tdmtheme-68c3e4dcfa673a316a4688361cafeb0588ae90d7.zip
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 70377a7aef85aa6d77917861941e0344a4f778ba)
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 0df5cda..7885879 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -70,7 +70,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