summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-05-03 15:01:56 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-05-03 15:01:56 +0200
commit6f3d0003b34c0e9458423500d5ca7ebd0e33a23d (patch)
tree24f4688d0f24f0ac839d956855de7c8593b996d1 /CMakeLists.txt
parent15abedb456bcbf5c308d9da084e54e63b8305d4c (diff)
downloadkvpnc-6f3d0003b34c0e9458423500d5ca7ebd0e33a23d.tar.gz
kvpnc-6f3d0003b34c0e9458423500d5ca7ebd0e33a23d.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.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b625245..eb36ec9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -69,9 +69,8 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
##### directories
add_subdirectory( src )
-tde_conditional_add_subdirectory( BUILD_DOC doc )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
-
+tde_conditional_add_subdirectory( BUILD_DOC doc )
+tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
##### write configure files