diff options
author | Slávek Banko <[email protected]> | 2021-07-12 12:22:45 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-12 12:25:46 +0200 |
commit | 7e425913ad67339b448be08746ef2de3c6a590f9 (patch) | |
tree | 45a3c83f48ed2d853172b4f08784e25a3aec1a07 /CMakeLists.txt | |
parent | 4ca763e94ef7e3095a26f7aa0f5f60f8cedb8e16 (diff) | |
download | tde-style-domino-7e425913ad67339b448be08746ef2de3c6a590f9.tar.gz tde-style-domino-7e425913ad67339b448be08746ef2de3c6a590f9.zip |
Use common rules for build and install translations.
Remove old twin_domino_config template.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 9068ef35640f5ca80da6f64c1fc4daf9d2fa7f77)
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 a0d48bf..aac5712 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 |