diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-05 01:21:16 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-05 01:21:16 +0200 |
commit | e134118659802bf6916cc7b7b4665173ee7c467c (patch) | |
tree | 9234e8906b3b830b5668af32c7f1b8af2791650c /CMakeLists.txt | |
parent | 9b0f1edee518a8c69bb51b25e0dbf56ae9b32843 (diff) | |
download | tdeio-sword-e134118659802bf6916cc7b7b4665173ee7c467c.tar.gz tdeio-sword-e134118659802bf6916cc7b7b4665173ee7c467c.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c467433..0efc02a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( src ) tde_conditional_add_subdirectory( BUILD_DOC doc ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files |