diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-08-19 09:11:09 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-08-19 09:11:09 +0200 |
| commit | e2dad5f30ca4d8502558e0560d2059a51aae4c4c (patch) | |
| tree | 4be91eaa56c58403d77c6a5b694a9ddc49a4b481 /CMakeLists.txt | |
| parent | a4e62c525fdc6b9662cdd48aaef2de7e9376f062 (diff) | |
| download | turns-e2dad5f30ca4d8502558e0560d2059a51aae4c4c.tar.xz turns-e2dad5f30ca4d8502558e0560d2059a51aae4c4c.zip | |
core: add settings accessor
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 |
