mirror of
https://github.com/barkeser2002/shadPS4.git
synced 2026-09-25 01:00:03 +03:00
* Add platform specific base presets * Revert "Add platform specific base presets" This reverts commit a949a9f395f8ee7b9980b0e41f7c9c240b5ce41f. * better * cleanup * update REUSE
26 lines
605 B
JSON
26 lines
605 B
JSON
{
|
|
"version": 9,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 30,
|
|
"patch": 0
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "x64-Clang-Base",
|
|
"hidden": true,
|
|
"generator": "Ninja",
|
|
"binaryDir": "${sourceDir}/Build/${presetName}",
|
|
"cacheVariables": {
|
|
"CMAKE_C_COMPILER": "clang-cl",
|
|
"CMAKE_CXX_COMPILER": "clang-cl",
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/Build/${presetName}"
|
|
},
|
|
"vendor": {
|
|
"microsoft.com/VisualStudioSettings/CMake/1.0": {
|
|
"intelliSenseMode": "windows-clang-x64"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |