mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-11-23 03:09:55 +00:00
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "x64-Clang-Release",
|
|
"generator": "Ninja",
|
|
"configurationType": "Release",
|
|
"buildRoot": "${projectDir}\\Build\\${name}",
|
|
"installRoot": "${projectDir}\\Install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "clang_cl_x64_x64" ],
|
|
"intelliSenseMode": "windows-clang-x64"
|
|
},
|
|
{
|
|
"name": "x64-Clang-Debug",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"buildRoot": "${projectDir}\\Build\\${name}",
|
|
"installRoot": "${projectDir}\\Install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "clang_cl_x64_x64" ],
|
|
"intelliSenseMode": "windows-clang-x64"
|
|
},
|
|
{
|
|
"name": "x64-Clang-RelWithDebInfo",
|
|
"generator": "Ninja",
|
|
"configurationType": "RelWithDebInfo",
|
|
"buildRoot": "${projectDir}\\Build\\${name}",
|
|
"installRoot": "${projectDir}\\Install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "clang_cl_x64_x64" ],
|
|
"intelliSenseMode": "windows-clang-x64"
|
|
}
|
|
]
|
|
} |