diff options
author | Slávek Banko <[email protected]> | 2020-05-10 19:48:02 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-10 19:48:13 +0200 |
commit | c555d6142c66d0d968e6aa7dc56580aea8e08031 (patch) | |
tree | c96ed027b49844f95ad2a8ba639d1cf46bca032f /CMakeLists.txt | |
parent | 0680376dbec6f1e95327971b6337f15f8514e64d (diff) | |
download | yakuake-c555d6142c66d0d968e6aa7dc56580aea8e08031.tar.gz yakuake-c555d6142c66d0d968e6aa7dc56580aea8e08031.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 e5b0cbcc8814a23df1059dded05643ba629c8c60)
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 9df2550..1d9cf01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,8 +68,8 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" ##### directories add_subdirectory( yakuake ) -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 ) |