mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-21 17:44:35 +00:00
21 lines
456 B
JSON
21 lines
456 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",
|
|
"CMAKE_CXX_COMPILER": "clang++",
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/Build/${presetName}"
|
|
}
|
|
}
|
|
]
|
|
} |