blob: 2e1ad24c582b1db241a9cee2553935095e77e80c [file] [log] [blame]
Anna Gringauzecea0d0a2018-08-12 21:44:17 -07001{
2 "configurations": [
3 {
4 "name": "x64-Debug",
5 "generator": "Ninja",
6 "configurationType": "Debug",
7 "inheritEnvironments": [
8 "msvc_x64_x64"
9 ],
10 "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
11 "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
12 "cmakeCommandArgs": "-DGSL_CXX_STANDARD=17",
13 "buildCommandArgs": "-v",
14 "ctestCommandArgs": "",
15 "codeAnalysisRuleset": "CppCoreCheckRules.ruleset"
16 }
17 ]
18}