summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-04-30 17:43:30 +0200
committerSlávek Banko <[email protected]>2020-04-30 17:43:50 +0200
commitc10464029b6cc16d57106a3f18f75d91bf2e5178 (patch)
tree493a2142f7f9f2d35e0f21ca749889d224a479b8 /CMakeLists.txt
parent2ca52be1c0a29fedd79212938a30add72d687461 (diff)
downloadknmap-c10464029b6cc16d57106a3f18f75d91bf2e5178.tar.gz
knmap-c10464029b6cc16d57106a3f18f75d91bf2e5178.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 d28f25bebbac7cc38a4b6c875fe63c9890032220)
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 3672d1a..4ddc548 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