diff options
author | Slávek Banko <[email protected]> | 2020-04-06 15:27:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-06 15:27:23 +0200 |
commit | d0b56db6fdd6912498d787f782c8a9e110736c74 (patch) | |
tree | e34cd8beb9ad86c9b4f33242d0ab8ec6ead7f137 /CMakeLists.txt | |
parent | 23321da41ba4ee7f2b48321114cc3dbf7c3ea78b (diff) | |
download | kcmautostart-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.txt | 4 |
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 ) |