diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-03-05 10:58:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-03-05 10:59:46 +0900 |
commit | a8134d5a80bfca5eef9a1cad91835a93d0205dbd (patch) | |
tree | a7de886e64b49e9956ac228b2dd38fea052c7dda /CMakeLists.txt | |
parent | 38c6a406f3b082bcd57edf1c477564d26a9cb6c8 (diff) | |
download | kstreamripper-a8134d5a80bfca5eef9a1cad91835a93d0205dbd.tar.gz kstreamripper-a8134d5a80bfca5eef9a1cad91835a93d0205dbd.zip |
Copy translations to a new directory layout.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5167e4b9373acab2e0dae17d5ca1e1592b31fff6)
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 542bfe1..0855761 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 |