diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b660a86..5f894ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,7 @@ include("Cambalache") include("CheckIPOSupported") include("EnableCoverage") include("GlibCompileResources") +include("GlibCompileSchemas") include("GNUInstallDirs") find_package("Gettext" REQUIRED) @@ -38,6 +39,7 @@ set(LIBADWAITA_MINIMUM_VERSION "1.5") # Build options option(TURNS_USE_INSTALLED_TRANSLATIONS "Use the installed translation files" ON) +option(TURNS_USE_INSTALLED_SCHEMA_FILES "Use the installed schema files" ON) # Dependencies |
