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,
|
"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 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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/*",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user