From e2dad5f30ca4d8502558e0560d2059a51aae4c4c Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 19 Aug 2024 09:11:09 +0200 Subject: core: add settings accessor --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3