summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-05-01 19:32:32 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-05-01 19:32:32 +0200
commita85f52b03c37a4c84274e71176edbcc31cdbd5d1 (patch)
treef8af46203fda74d1c1715d3c0bfe8854d591877b /CMakeLists.txt
parentfeaec5ce243c7283038ba438f2ac7719f438ff2c (diff)
downloadkpicosim-a85f52b03c37a4c84274e71176edbcc31cdbd5d1.tar.gz
kpicosim-a85f52b03c37a4c84274e71176edbcc31cdbd5d1.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 e16b6ee..794dac9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -70,7 +70,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
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