diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-05 00:31:51 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-05 00:32:10 +0200 |
commit | f8431c0184aef1755d6284e3d1517a66f11a0d81 (patch) | |
tree | c0742591af742f17bc3fda9ba979632a32dcdbcf /CMakeLists.txt | |
parent | 7ae414de0a2d86d3f65712ede2839d523f8b6665 (diff) | |
download | katapult-f8431c0184aef1755d6284e3d1517a66f11a0d81.tar.gz katapult-f8431c0184aef1755d6284e3d1517a66f11a0d81.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 0edb7c1216264768bcb55bdeb826a76503123f48)
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 d9e1862..8d1904c 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( ${PROJECT_NAME} ) -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 |