diff options
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 |