summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-04-04 19:59:50 +0200
committerSlávek Banko <[email protected]>2020-04-04 20:00:18 +0200
commit7e6b5127982acb4e318fc98bb5b5e711e5746ce5 (patch)
tree22131fe68aedd1a76a16da63bd49c1bff3829fd6 /CMakeLists.txt
parent274f9be9365f7bf244a3150c971bc2ee94185cf2 (diff)
downloadfilelight-7e6b5127982acb4e318fc98bb5b5e711e5746ce5.tar.gz
filelight-7e6b5127982acb4e318fc98bb5b5e711e5746ce5.zip
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 8e90c28fb2501009f259a084bb2e30388ab8e85e)
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 #####################