summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-06 19:26:20 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-06 19:26:20 +0200
commit314b6c2b8ab40783dfbce54ad18aa4ded60a6952 (patch)
treeed5fcbd85bb9d4651be261396410917cbfdf97d3 /CMakeLists.txt
parent11c5062539a42b939727a3f0f8a6fbacc1b238be (diff)
downloadkasablanca-314b6c2b8ab40783dfbce54ad18aa4ded60a6952.tar.gz
kasablanca-314b6c2b8ab40783dfbce54ad18aa4ded60a6952.zip
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install. Use common cmake rules for documentation. 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 09d7369..01276ab 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