2023-12-30 00:07:00 +08:00
|
|
|
|
{
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
2024-01-11 18:52:31 +08:00
|
|
|
|
"name": "x64-Release-FastCompile",
|
2023-12-30 00:07:00 +08:00
|
|
|
|
"generator": "Ninja",
|
|
|
|
|
"configurationType": "RelWithDebInfo",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
|
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": ""
|
|
|
|
|
},
|
2024-01-11 18:52:31 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "x64-Release",
|
|
|
|
|
"generator": "Ninja",
|
|
|
|
|
"configurationType": "RelWithDebInfo",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
|
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"variables": [ {"name": "OPTIMIZE", "value": "YES", "type": "BOOL"} ]
|
|
|
|
|
},
|
2023-12-30 00:07:00 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "x64-Debug",
|
|
|
|
|
"generator": "Ninja",
|
|
|
|
|
"configurationType": "Debug",
|
|
|
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
|
|
|
"variables": []
|
|
|
|
|
}
|
|
|
|
|
]
|
2022-11-13 02:35:28 +08:00
|
|
|
|
}
|