diff options
author | Slávek Banko <[email protected]> | 2020-04-06 16:32:16 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-06 16:32:39 +0200 |
commit | e23e39a945e6c1a4af2e9356750098c1ba22d397 (patch) | |
tree | 89f6b847114448d4da5477f6b91778e49ead05b9 /CMakeLists.txt | |
parent | 7bca2bf90a04a90e12e6670d4a8799561ea72d20 (diff) | |
download | kiosktool-e23e39a945e6c1a4af2e9356750098c1ba22d397.tar.gz kiosktool-e23e39a945e6c1a4af2e9356750098c1ba22d397.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 2aaaa10f3fbb11dfda73aee7b6ca2ca9307be427)
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 e44e368..b6474c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,8 +71,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 ) |