build: Move platform presets to cmake directory (#4595)

This commit is contained in:
squidbus 2026-06-20 05:00:59 -07:00 committed by GitHub
parent 5ddd87d742
commit 664804ba74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
"minor": 30, "minor": 30,
"patch": 0 "patch": 0
}, },
"include": ["CMake${hostSystemName}Presets.json"], "include": ["cmake/CMake${hostSystemName}Presets.json"],
"configurePresets": [ "configurePresets": [
{ {
"name": "x64-Clang-Debug", "name": "x64-Clang-Debug",
@ -32,4 +32,4 @@
} }
} }
] ]
} }

View File

@ -4,13 +4,13 @@ version = 1
path = [ path = [
"REUSE.toml", "REUSE.toml",
"CMakeSettings.json", "CMakeSettings.json",
"CMakeDarwinPresets.json",
"CMakeLinuxPresets.json",
"CMakeWindowsPresets.json",
"CMakePresets.json", "CMakePresets.json",
".github/FUNDING.yml", ".github/FUNDING.yml",
".github/shadps4.png", ".github/shadps4.png",
".gitmodules", ".gitmodules",
"cmake/CMakeDarwinPresets.json",
"cmake/CMakeLinuxPresets.json",
"cmake/CMakeWindowsPresets.json",
"documents/Screenshots/*", "documents/Screenshots/*",
"documents/Screenshots/Linux/*", "documents/Screenshots/Linux/*",
"documents/Screenshots/Windows/*", "documents/Screenshots/Windows/*",