diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-10-12 11:19:35 +0800 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-10-12 11:20:10 +0800 |
commit | cab8a537e480de1f88f7ce3378c963bd636c1078 (patch) | |
tree | 9aba25bf3d552babef8def4208fb1057a3bb2f93 /CMakeLists.txt | |
parent | 7165adca8c4bf847be42ecb8fc320619e12b8ed9 (diff) | |
download | klcddimmer-cab8a537e480de1f88f7ce3378c963bd636c1078.tar.gz klcddimmer-cab8a537e480de1f88f7ce3378c963bd636c1078.zip |
Copy translation files to new translations folder.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f9939d3d1cf343f3b6b58c3b25b7fb3f0f60857a)
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 aaef19b..7532b10 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 ) tde_conditional_add_subdirectory( BUILD_DOC doc ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files |