summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-11-30 11:53:24 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-12-02 12:22:20 +0100
commit7a58626b341481c8e37cf5a8b9b961107c8ab0ac (patch)
treebab45e0b223ef2afbf95f7fc58f4f9ecb1a415d4 /CMakeLists.txt
parente365033d55c6264b3fece6bb85616553dab7d61e (diff)
downloadkpilot-7a58626b341481c8e37cf5a8b9b961107c8ab0ac.tar.gz
kpilot-7a58626b341481c8e37cf5a8b9b961107c8ab0ac.zip
Copy translations to a new directory layout.
Use common rules for build and install translations. Use common rules for build and install documentation. Added translation of .desktop files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 60be2bf..ee2221f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -78,8 +78,8 @@ add_subdirectory( kpilot )
add_subdirectory( conduits )
add_subdirectory( tests )
-tde_conditional_add_subdirectory( BUILD_DOC doc )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
+tde_conditional_add_project_docs( BUILD_DOC )
+tde_conditional_add_project_translations( BUILD_TRANSLATIONS )
##### write configure files #####################