diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-03 18:43:01 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-03 18:43:01 +0200 |
commit | 58a301e1eb83e36f853c31173364f6e0c973f45c (patch) | |
tree | bef555c29cadcf7641e0c60525a66267240cfd56 /CMakeLists.txt | |
parent | 60ad25eef1d7814beb9f738e55822175bcef216a (diff) | |
download | tdeio-gopher-58a301e1eb83e36f853c31173364f6e0c973f45c.tar.gz tdeio-gopher-58a301e1eb83e36f853c31173364f6e0c973f45c.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 3c09079..5998423 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,7 +68,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 ##################### |