summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-17 17:39:05 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-17 17:39:05 +0200
commitbbee8816a455ab39501f68969b07bc191de3aaca (patch)
treeafab6d1ab3c322f7bead35b512e7903d4e82af41 /CMakeLists.txt
parentce2ef1f4f8f62e74c007566908e0b1bc83894f87 (diff)
downloadkchmviewer-bbee8816a455ab39501f68969b07bc191de3aaca.tar.gz
kchmviewer-bbee8816a455ab39501f68969b07bc191de3aaca.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 d3e4c4f..9c2b7ee 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -73,7 +73,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
add_subdirectory( lib )
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