summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-04-06 15:27:23 +0200
committerSlávek Banko <[email protected]>2020-04-06 15:27:23 +0200
commitd0b56db6fdd6912498d787f782c8a9e110736c74 (patch)
treee34cd8beb9ad86c9b4f33242d0ab8ec6ead7f137 /CMakeLists.txt
parent23321da41ba4ee7f2b48321114cc3dbf7c3ea78b (diff)
downloadkcmautostart-d0b56db6fdd6912498d787f782c8a9e110736c74.tar.gz
kcmautostart-d0b56db6fdd6912498d787f782c8a9e110736c74.zip
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install. Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b8b4c21..05dd15e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -69,8 +69,8 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
##### directories
add_subdirectory( src )
-tde_conditional_add_subdirectory( BUILD_DOC doc )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
+tde_conditional_add_subdirectory( BUILD_DOC doc )
+tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )