diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-03 18:33:18 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-03 18:33:18 +0200 |
commit | 52db1b9dccf50e2b3bf2f06658a5f9cb0bb3e2f2 (patch) | |
tree | b0169d766c4d580157a3d30742f19d403231fd58 /CMakeLists.txt | |
parent | 634aaabc8f08f2f28442c00207bed03c186f8ea5 (diff) | |
download | tdeio-ftps-52db1b9dccf50e2b3bf2f06658a5f9cb0bb3e2f2.tar.gz tdeio-ftps-52db1b9dccf50e2b3bf2f06658a5f9cb0bb3e2f2.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 f78a59e..a7f3cb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,7 +69,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" ##### directories tde_conditional_add_subdirectory( BUILD_ALL tdeio_ftps ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files |