diff options
author | Slávek Banko <[email protected]> | 2020-03-23 21:17:35 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-23 21:17:35 +0100 |
commit | 6fe11cecb0549da1d671ad140c239860a6b9e601 (patch) | |
tree | 63a556555280887c3327a95fc84a38b3863547bd /CMakeLists.txt | |
parent | a1a48db571e6fa1c3ae94a22546548b87e497dd2 (diff) | |
download | abakus-6fe11cecb0549da1d671ad140c239860a6b9e601.tar.gz abakus-6fe11cecb0549da1d671ad140c239860a6b9e601.zip |
Move translations to a new directory layout.
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 de0ef01..5a9da6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,7 +69,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( icons ) 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 ##################### |