diff options
author | Slávek Banko <[email protected]> | 2021-07-22 17:01:21 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-22 17:01:37 +0200 |
commit | 7f6c37a8fe3d1db08e517287299126dd5a394736 (patch) | |
tree | f2ce95cf643d3703514418ea673dcfbc9034850e /CMakeLists.txt | |
parent | 9b2b938e4fea89fbc1ace815e25123df2186a3ce (diff) | |
download | kcmldapmanager-7f6c37a8fe3d1db08e517287299126dd5a394736.tar.gz kcmldapmanager-7f6c37a8fe3d1db08e517287299126dd5a394736.zip |
Use common rules for build and install translations.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 028d4a3983d1ecee527491a21fa0e98919fb8c07)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2965c34..ad824db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,7 +75,11 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( src ) add_subdirectory( cmdline ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) + + +##### other data ################################ + +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files |