diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-06 15:27:23 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-06 15:27:54 +0200 |
commit | f9ba8ec79aedcaeff14357cc33b599e016e04287 (patch) | |
tree | 2d42a299a2d9897449b05fe406d36444451a6ee3 /CMakeLists.txt | |
parent | f5c49576cf6d7342fabd0e2c33e5e31df21a987d (diff) | |
download | kcmautostart-f9ba8ec79aedcaeff14357cc33b599e016e04287.tar.gz kcmautostart-f9ba8ec79aedcaeff14357cc33b599e016e04287.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 d0b56db6fdd6912498d787f782c8a9e110736c74)
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 522f234..44b57eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,8 +69,8 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" ##### directories add_subdirectory( src ) -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 ) |