aboutsummaryrefslogtreecommitdiff
path: root/CMakeSettings.json
blob: 2e1ad24c582b1db241a9cee2553935095e77e80c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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": "-DGSL_CXX_STANDARD=17",
      "buildCommandArgs": "-v",
      "ctestCommandArgs": "",
      "codeAnalysisRuleset": "CppCoreCheckRules.ruleset"
    }
  ]
}