summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-05-26 16:03:50 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-05-26 16:09:15 +0200
commitc4545b808eeaf65ac9aaae94a78ea4cf4f9ea96f (patch)
treec406decd8007087f650fcc468970428fae334ba3 /CMakeLists.txt
parent5cad60063799de1846011f1fd5c6023166df9d28 (diff)
downloadkscope-c4545b808eeaf65ac9aaae94a78ea4cf4f9ea96f.tar.gz
kscope-c4545b808eeaf65ac9aaae94a78ea4cf4f9ea96f.zip
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install. Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 51db3dd2a0528687837beede00b1522ebb8518fe)
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 f95629d..9b2f604 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,7 +71,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