summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-24 09:46:28 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-24 09:46:28 +0200
commitd45f0c5de9fe9949d4341c270a12f3d3f4e2bfaf (patch)
tree026178d88689d9cd2d1d21f16e5e73a98c155421 /CMakeLists.txt
parentbc0e1a135a3d2f518a79f5c9117ea61c2ee34468 (diff)
downloadkdpkg-d45f0c5de9fe9949d4341c270a12f3d3f4e2bfaf.tar.gz
kdpkg-d45f0c5de9fe9949d4341c270a12f3d3f4e2bfaf.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 56a9b6df8ff8e6e820915c740b2c6daa756654b7)
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 1d2eef5..b60c168 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -72,7 +72,7 @@ add_subdirectory( icon )
add_subdirectory( ${PROJECT_NAME} )
add_subdirectory( ${PROJECT_NAME}-install )
tde_conditional_add_subdirectory( BUILD_DOC doc )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
+tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
##### write configure files