diff options
author | gregory guy <[email protected]> | 2020-05-26 16:03:50 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-26 16:08:59 +0200 |
commit | 51db3dd2a0528687837beede00b1522ebb8518fe (patch) | |
tree | 2ba8cb8dd44732ec642d04b8874736f3aa6a5462 /CMakeLists.txt | |
parent | 5004b40e99036a0d9346dba6b5e6a4553de5a65e (diff) | |
download | kscope-51db3dd2a0528687837beede00b1522ebb8518fe.tar.gz kscope-51db3dd2a0528687837beede00b1522ebb8518fe.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Signed-off-by: gregory guy <[email protected]>
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 a4d770d..ffc1ff8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,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 |