1{
2  "configurations": [
3    {
4      "name": "x64-Debug",
5      "generator": "Ninja",
6      "configurationType": "Debug",
7      "inheritEnvironments": [ "msvc_x64_x64" ],
8      "buildRoot": "${projectDir}\\out\\build\\${name}",
9      "installRoot": "${projectDir}\\out\\install\\${name}",
10      "cmakeCommandArgs": "",
11      "buildCommandArgs": "-v",
12      "ctestCommandArgs": "",
13      "variables": [
14        {
15          "name": "VCPKG_TARGET_TRIPLET",
16          "value": "x64-windows-static",
17          "type": "STRING"
18        }
19      ]
20    }
21  ]
22}