aboutsummaryrefslogtreecommitdiff
path: root/CMakeSettings.json
blob: 1d244620e895c9b2cc134cc5699e514e8cf4013f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "configurations": [
    {
      "name": "x64-Debug",
      "generator": "Ninja",
      "configurationType": "Debug",
      "inheritEnvironments": [
        "msvc_x64_x64"
      ],
      "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
      "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
      "cmakeCommandArgs": "",
      "buildCommandArgs": "-v",
      "ctestCommandArgs": ""
    }
  ]
}