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:19:35 +0800 |
commit | f9939d3d1cf343f3b6b58c3b25b7fb3f0f60857a (patch) | |
tree | 5d2366565184ebdd8c17e9881adb2412ac310383 /CMakeLists.txt | |
parent | cf1333ecb3899315c395f307ac66c6f12ce82de6 (diff) | |
download | klcddimmer-f9939d3d1cf343f3b6b58c3b25b7fb3f0f60857a.tar.gz klcddimmer-f9939d3d1cf343f3b6b58c3b25b7fb3f0f60857a.zip |
Copy translation files to new translations folder.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 7f81c26..c8d99c3 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 |