diff options
author | Slávek Banko <[email protected]> | 2020-03-29 18:48:55 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-29 18:48:55 +0200 |
commit | b3acc061a5d9c0418cd982bc6414799e666c3bac (patch) | |
tree | b3c70b6b948a18018d27a430aae5a3af0f29bf32 /CMakeLists.txt | |
parent | 04f8bb9293204322541ae9b93f98aae26fef03a4 (diff) | |
download | kcpuload-b3acc061a5d9c0418cd982bc6414799e666c3bac.tar.gz kcpuload-b3acc061a5d9c0418cd982bc6414799e666c3bac.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c2fc422..2ab1909 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( src ) add_subdirectory( icons ) tde_conditional_add_subdirectory( BUILD_DOC doc ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files |