diff options
author | Slávek Banko <[email protected]> | 2020-03-24 16:23:35 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-24 16:23:35 +0100 |
commit | fca87ea3f71a712bdec1692e8aee14667191bd86 (patch) | |
tree | 8f4b308efcb3e258f892b53ff8cb4b438783ef97 /CMakeLists.txt | |
parent | 4986d5902c36dc2b286e42591114d569af7e8517 (diff) | |
download | tdeio-apt-fca87ea3f71a712bdec1692e8aee14667191bd86.tar.gz tdeio-apt-fca87ea3f71a712bdec1692e8aee14667191bd86.zip |
Move translations to a new directory layout.
Signed-off-by: Slávek Banko <[email protected]>
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 d4b73a1..8fc5398 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,7 +68,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" ##### directories add_subdirectory( src ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) |