40 строки
1.1 KiB
JSON
40 строки
1.1 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "x64-DebugWithTests",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeCommandArgs": "-DINSTALL_GTEST=OFF -DBUILD_TESTING=ON -DBUILD_CURL_TRANSPORT=ON -DBUILD_STORAGE_SAMPLES=ON",
|
|
"buildCommandArgs": "-v",
|
|
"ctestCommandArgs": "",
|
|
"variables": [
|
|
{
|
|
"name": "VCPKG_TARGET_TRIPLET",
|
|
"value": "x64-windows-static",
|
|
"type": "STRING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "x86-Debug",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "msvc_x86" ],
|
|
"variables": [
|
|
{
|
|
"name": "VCPKG_TARGET_TRIPLET",
|
|
"value": "x86-windows-static",
|
|
"type": "STRING"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |