diff options
author | Slávek Banko <[email protected]> | 2020-04-30 17:43:30 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-30 17:43:50 +0200 |
commit | c10464029b6cc16d57106a3f18f75d91bf2e5178 (patch) | |
tree | 493a2142f7f9f2d35e0f21ca749889d224a479b8 /CMakeLists.txt | |
parent | 2ca52be1c0a29fedd79212938a30add72d687461 (diff) | |
download | knmap-c10464029b6cc16d57106a3f18f75d91bf2e5178.tar.gz knmap-c10464029b6cc16d57106a3f18f75d91bf2e5178.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 d28f25bebbac7cc38a4b6c875fe63c9890032220)
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 3672d1a..4ddc548 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 |