diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-08-04 21:45:01 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 20:33:10 +0200 |
commit | dd2c67b4aeaa90b9acb0519cf034543c4dd83cba (patch) | |
tree | 430e3d80a071e1c6bea5b3a131912abcc00aac49 /CMakeLists.txt | |
parent | 05d127e5e33d25e020cac712d094d6d47bda81a5 (diff) | |
download | ksystemlog-dd2c67b4aeaa90b9acb0519cf034543c4dd83cba.tar.gz ksystemlog-dd2c67b4aeaa90b9acb0519cf034543c4dd83cba.zip |
Move translations to a new directory layout.
Delete empty folder templates.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 3672a06db5985d74937b5a63b46f1425b69a2a14)
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 437bceb..eb5a4da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( ${PROJECT_NAME} ) tde_conditional_add_subdirectory( BUILD_DOC doc ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS ksystemlog/po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files |