diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-06 16:50:23 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-06 16:50:23 +0200 |
commit | f95858cd2e274efdaf99ccdc9b3bf62bb6914adb (patch) | |
tree | 9375870af6beb23ba9eb6192b42785135d6c813f /CMakeLists.txt | |
parent | ae9a3d5f43ea24b927f1fcf6373ea423082c545d (diff) | |
download | kkbswitch-f95858cd2e274efdaf99ccdc9b3bf62bb6914adb.tar.gz kkbswitch-f95858cd2e274efdaf99ccdc9b3bf62bb6914adb.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.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 549b957..784fd94 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 |