mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 18:15:14 +00:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"version": 9,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 30,
|
|
"patch": 0
|
|
},
|
|
"include": ["CMake${hostSystemName}Presets.json"],
|
|
"configurePresets": [
|
|
{
|
|
"name": "x64-Clang-Debug",
|
|
"displayName": "Clang x64 Debug",
|
|
"inherits": [ "x64-Windows-Base" ],
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Debug"
|
|
}
|
|
},
|
|
{
|
|
"name": "x64-Clang-Debug-Qt",
|
|
"displayName": "Clang x64 Debug with Qt",
|
|
"inherits": [ "x64-Clang-Debug", "Qt-GUI" ]
|
|
},
|
|
{
|
|
"name": "x64-Clang-Release",
|
|
"displayName": "Clang x64 Release",
|
|
"inherits": [ "x64-Windows-Base" ],
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Release"
|
|
}
|
|
},
|
|
{
|
|
"name": "x64-Clang-Release-Qt",
|
|
"displayName": "Clang x64 Release with Qt",
|
|
"inherits": [ "x64-Clang-Release", "Qt-GUI" ]
|
|
},
|
|
{
|
|
"name": "x64-Clang-RelWithDebInfo",
|
|
"displayName": "Clang x64 RelWithDebInfo",
|
|
"inherits": [ "x64-Windows-Base" ],
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
|
|
}
|
|
},
|
|
{
|
|
"name": "x64-Clang-RelWithDebInfo-Qt",
|
|
"displayName": "Clang x64 RelWithDebInfo with Qt",
|
|
"inherits": [ "x64-Clang-RelWithDebInfo", "Qt-GUI" ]
|
|
}
|
|
]
|
|
}
|