summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-06 16:32:16 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-06 16:32:39 +0200
commite23e39a945e6c1a4af2e9356750098c1ba22d397 (patch)
tree89f6b847114448d4da5477f6b91778e49ead05b9 /CMakeLists.txt
parent7bca2bf90a04a90e12e6670d4a8799561ea72d20 (diff)
downloadkiosktool-e23e39a945e6c1a4af2e9356750098c1ba22d397.tar.gz
kiosktool-e23e39a945e6c1a4af2e9356750098c1ba22d397.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 2aaaa10f3fbb11dfda73aee7b6ca2ca9307be427)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e44e368..b6474c2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,8 +71,8 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
##### directories
add_subdirectory( ${PROJECT_NAME} )
-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 )