shadPS4/CMakeSettings.json
2024-09-30 17:55:51 -03:00

64 lines
1.8 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",
"variables": [
{
"name": "ENABLE_QT_GUI",
"value": "True",
"type": "BOOL"
},
{
"name": "CMAKE_PREFIX_PATH",
"value": "C:/Qt/6.7.2/msvc2019_64",
"type": "PATH"
}
]
},
{
"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",
"variables": [
{
"name": "ENABLE_QT_GUI",
"value": "True",
"type": "BOOL"
},
{
"name": "CMAKE_PREFIX_PATH",
"value": "C:/Qt/6.7.2/msvc2019_64",
"type": "PATH"
}
]
},
{
"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"
}
]
}