summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-03-26 17:44:12 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-03-26 17:44:12 +0100
commit345e5527fa12e750b0ba4d6a9f100ce49c2b8038 (patch)
tree9a6d21f7d24d9b9d57c65f643bad364b2b297404 /CMakeLists.txt
parent64509425b39b988f3d9436b5c4482db8c86cf310 (diff)
downloadtdedocker-345e5527.tar.gz
tdedocker-345e5527.zip
Move translations to a new directory layout.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2a876f4..05ff24f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -73,7 +73,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
add_subdirectory( icons )
add_subdirectory( src )
tde_conditional_add_subdirectory( BUILD_DOC man )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
+tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
##### other data ################################