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:02:37 +0200
commit1347d3cadf136ebe4287afd94a1853f95fda8e59 (patch)
tree40697291210ca223fae7526712fa964097106d5e /CMakeLists.txt
parent115550a1e895d03f2a279b66dcfd5d04b6a6645b (diff)
downloadkvpnc-1347d3cadf136ebe4287afd94a1853f95fda8e59.tar.gz
kvpnc-1347d3cadf136ebe4287afd94a1853f95fda8e59.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> (cherry picked from commit 6f3d0003b34c0e9458423500d5ca7ebd0e33a23d)
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 f2d9f41..9a7b51e 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