21 lines
649 B
JSON
21 lines
649 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "x64-Debug",
|
|
"generator": "Visual Studio 15 2017 Win64",
|
|
"configurationType": "Debug",
|
|
"buildRoot": "${env.LOCALAPPDATA}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "-m -p:PreferredToolArchitecture=x64"
|
|
},
|
|
{
|
|
"name": "x64-Release",
|
|
"generator": "Visual Studio 15 2017 Win64",
|
|
"configurationType": "Release",
|
|
"buildRoot": "${env.LOCALAPPDATA}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "-m -p:PreferredToolArchitecture=x64"
|
|
}
|
|
]
|
|
}
|