2021-05-14 11:49:21 -04:00
|
|
|
|
{
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "x64-Debug",
|
|
|
|
|
"generator": "Ninja",
|
|
|
|
|
"configurationType": "Debug",
|
2021-05-15 13:38:10 -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": "",
|
2021-12-12 03:41:54 -05:00
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"intelliSenseMode": "windows-clang-x64"
|
2021-05-14 11:49:21 -04:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|