summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-30 17:43:30 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-30 17:43:30 +0200
commitd28f25bebbac7cc38a4b6c875fe63c9890032220 (patch)
treeabb476de0697716ee9f31e32e7571311d6d8a44f /CMakeLists.txt
parentdb453e8af65f48b27ad79eff4f94526671cb060f (diff)
downloadknmap-d28f25bebbac7cc38a4b6c875fe63c9890032220.tar.gz
knmap-d28f25bebbac7cc38a4b6c875fe63c9890032220.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 4bc0baa..5ebe122 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