2021-05-14 11:49:21 -04:00
|
|
|
|
{
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "x64-Debug",
|
|
|
|
|
"generator": "Ninja",
|
|
|
|
|
"configurationType": "Debug",
|
2021-05-15 02:29:24 -04:00
|
|
|
|
"inheritEnvironments": [ "clang_cl_x64_x64" ],
|
2021-05-14 11:49:21 -04:00
|
|
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": ""
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|