summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-06 16:50:23 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-06 16:50:41 +0200
commit17f4b39bff15baa51a58ac8190277669d41f445f (patch)
tree75e65d0d0146a89c8567784bcb7aa728f17e445f /CMakeLists.txt
parent9e2a93cd6cf264e9e91d84766c4929cdf5848cc2 (diff)
downloadkkbswitch-17f4b39bff15baa51a58ac8190277669d41f445f.tar.gz
kkbswitch-17f4b39bff15baa51a58ac8190277669d41f445f.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 f95858cd2e274efdaf99ccdc9b3bf62bb6914adb)
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 9a2f46e..b42d497 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -72,8 +72,8 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
add_subdirectory( icons )
add_subdirectory( ${PROJECT_NAME} )
add_subdirectory( ${PROJECT_NAME}.upd )
-tde_conditional_add_subdirectory( BUILD_DOC doc )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
+tde_conditional_add_subdirectory( BUILD_DOC doc )
+tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
##### write configure files