diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-12 12:22:45 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-12 12:25:22 +0200 |
commit | 9068ef35640f5ca80da6f64c1fc4daf9d2fa7f77 (patch) | |
tree | 7e447bc33ae9dedde33f0e0fbd99b4df3613c52e /CMakeLists.txt | |
parent | fe4ffe9ab210d4fad1b68b6e9b2c24092691e267 (diff) | |
download | tde-style-domino-9068ef35640f5ca80da6f64c1fc4daf9d2fa7f77.tar.gz tde-style-domino-9068ef35640f5ca80da6f64c1fc4daf9d2fa7f77.zip |
Use common rules for build and install translations.
Remove old twin_domino_config template.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e5c5a9..b8dc1d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,10 @@ add_subdirectory( client ) add_subdirectory( domino ) add_subdirectory( dominoConfig ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) + +##### other data ################################ + +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files |