summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-03-23 21:17:35 +0100
committerSlávek Banko <[email protected]>2020-03-23 21:19:50 +0100
commit0ab149fa638be0f08109fe155acd4b6d19f2ea56 (patch)
tree883b7491a0ec8fafcac68274d55a58d8a7ab6035 /CMakeLists.txt
parentfea7ebd27462042547048589a490a5fc87c7ef34 (diff)
downloadabakus-0ab149fa638be0f08109fe155acd4b6d19f2ea56.tar.gz
abakus-0ab149fa638be0f08109fe155acd4b6d19f2ea56.zip
Move translations to a new directory layout.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 6fe11cecb0549da1d671ad140c239860a6b9e601)
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 de0ef01..5a9da6c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -69,7 +69,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 doc )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
+tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
##### write configure files #####################