summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-08-29 12:27:36 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-08-29 12:45:35 +0200
commitca2dbcf15ee4c06ceddf4476e47101dc12156250 (patch)
tree15ce5e8eb01551755f5b2823ad8a82c39a6e45d1 /CMakeLists.txt
parent171bba15a85339862f84d5e1f336373a6fd0d1f5 (diff)
downloadtastymenu-ca2dbcf1.tar.gz
tastymenu-ca2dbcf1.zip
Copy translations to a new directory layout.
Use common rules for build and install translations. Added translation of .desktop files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1d17efbaf6a68bec6ae87dac04566c16de81c9a6)
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 306ac7f..dc13e01 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -73,7 +73,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
add_subdirectory( src )
tde_conditional_add_project_docs( BUILD_DOC )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
+tde_conditional_add_project_translations( BUILD_TRANSLATIONS )
##### write configure files