summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-04 19:59:50 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-04 19:59:50 +0200
commit8e90c28fb2501009f259a084bb2e30388ab8e85e (patch)
treef813bdc1e28abf47f525b635390b7abb3fcca90d /CMakeLists.txt
parentfc6fd4701c95d426dc450e9544248dd36ad64343 (diff)
downloadfilelight-8e90c28fb2501009f259a084bb2e30388ab8e85e.tar.gz
filelight-8e90c28fb2501009f259a084bb2e30388ab8e85e.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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3f11e3e..0c5fc08 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -77,7 +77,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
add_subdirectory( src )
add_subdirectory( misc )
tde_conditional_add_subdirectory( BUILD_DOC doc )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
+tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
##### write configure files #####################