summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-05-06 13:55:55 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-05-06 13:55:55 +0200
commit70377a7aef85aa6d77917861941e0344a4f778ba (patch)
treee61b6676fcdcce8f23eff22769dfd3d2789fcfd4 /CMakeLists.txt
parent0b99b0660ec81d51f903024f1fd491423b3e6746 (diff)
downloadtdmtheme-70377a7aef85aa6d77917861941e0344a4f778ba.tar.gz
tdmtheme-70377a7aef85aa6d77917861941e0344a4f778ba.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 5c0ac62..c454b69 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