diff options
author | Slávek Banko <[email protected]> | 2020-04-29 22:34:51 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-29 22:35:18 +0200 |
commit | b52d8acdedf3a6da14564356a63b9b79951c29dc (patch) | |
tree | b40fb225747baa0f61395ed144a0baaacf2377e3 /CMakeLists.txt | |
parent | 4e266fc2ae76add19da50f4a455544c3c2d344f3 (diff) | |
download | knetload-b52d8acdedf3a6da14564356a63b9b79951c29dc.tar.gz knetload-b52d8acdedf3a6da14564356a63b9b79951c29dc.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 1631b77851c9e6964b3cc13c53e6ace05af70b78)
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 9a83080..9a9809e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,8 +69,8 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( icons ) add_subdirectory( knetload ) -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 |