mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-07-09 17:25:37 -06:00
build: Move platform presets to cmake directory (#4595)
This commit is contained in:
parent
5ddd87d742
commit
664804ba74
@ -5,7 +5,7 @@
|
||||
"minor": 30,
|
||||
"patch": 0
|
||||
},
|
||||
"include": ["CMake${hostSystemName}Presets.json"],
|
||||
"include": ["cmake/CMake${hostSystemName}Presets.json"],
|
||||
"configurePresets": [
|
||||
{
|
||||
"name": "x64-Clang-Debug",
|
||||
|
||||
@ -4,13 +4,13 @@ version = 1
|
||||
path = [
|
||||
"REUSE.toml",
|
||||
"CMakeSettings.json",
|
||||
"CMakeDarwinPresets.json",
|
||||
"CMakeLinuxPresets.json",
|
||||
"CMakeWindowsPresets.json",
|
||||
"CMakePresets.json",
|
||||
".github/FUNDING.yml",
|
||||
".github/shadps4.png",
|
||||
".gitmodules",
|
||||
"cmake/CMakeDarwinPresets.json",
|
||||
"cmake/CMakeLinuxPresets.json",
|
||||
"cmake/CMakeWindowsPresets.json",
|
||||
"documents/Screenshots/*",
|
||||
"documents/Screenshots/Linux/*",
|
||||
"documents/Screenshots/Windows/*",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user