diff options
author | Slávek Banko <[email protected]> | 2020-04-04 19:59:50 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-04 20:00:18 +0200 |
commit | 7e6b5127982acb4e318fc98bb5b5e711e5746ce5 (patch) | |
tree | 22131fe68aedd1a76a16da63bd49c1bff3829fd6 /CMakeLists.txt | |
parent | 274f9be9365f7bf244a3150c971bc2ee94185cf2 (diff) | |
download | filelight-7e6b5127982acb4e318fc98bb5b5e711e5746ce5.tar.gz filelight-7e6b5127982acb4e318fc98bb5b5e711e5746ce5.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 8e90c28fb2501009f259a084bb2e30388ab8e85e)
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 3f11e3e..0c5fc08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( src ) add_subdirectory( misc ) tde_conditional_add_subdirectory( BUILD_DOC doc ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files ##################### |