2017-03-08 01:20:13 +00:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "x64-Debug",
|
|
|
|
"generator": "Visual Studio 15 2017 Win64",
|
|
|
|
"configurationType": "Debug",
|
2018-02-12 07:07:39 +00:00
|
|
|
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
|
2017-03-08 01:20:13 +00:00
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
"buildCommandArgs": "-m -p:PreferredToolArchitecture=x64"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x64-Release",
|
|
|
|
"generator": "Visual Studio 15 2017 Win64",
|
|
|
|
"configurationType": "Release",
|
2018-02-12 07:07:39 +00:00
|
|
|
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
|
2017-03-08 01:20:13 +00:00
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
"buildCommandArgs": "-m -p:PreferredToolArchitecture=x64"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|