28 lignes
854 o
JSON
28 lignes
854 o
JSON
|
|
{
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "x64-Debug",
|
||
|
|
"generator": "Ninja",
|
||
|
|
"configurationType": "Debug",
|
||
|
|
"cmakeToolchain": "C:/vcpkg/scripts/buildsystems/vcpkg.cmake",
|
||
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
||
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
||
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
||
|
|
"cmakeCommandArgs": "",
|
||
|
|
"buildCommandArgs": "",
|
||
|
|
"ctestCommandArgs": ""
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "x64-Release",
|
||
|
|
"generator": "Ninja",
|
||
|
|
"configurationType": "RelWithDebInfo",
|
||
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
||
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
||
|
|
"cmakeCommandArgs": "",
|
||
|
|
"buildCommandArgs": "",
|
||
|
|
"ctestCommandArgs": "",
|
||
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
||
|
|
"variables": []
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|