2023-12-22 06:20:29 -05:00
|
|
|
|
{
|
2022-11-12 18:35:28 +00:00
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
2023-12-21 09:51:23 +01:00
|
|
|
|
"name": "x64-Debug",
|
|
|
|
|
"generator": "Ninja",
|
|
|
|
|
"configurationType": "Debug",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
|
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": ""
|
|
|
|
|
},
|
|
|
|
|
{
|
2022-11-12 18:35:28 +00: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": ""
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|