зеркало из https://github.com/microsoft/do-client.git
38 строки
1013 B
JSON
38 строки
1013 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "x64-Debug",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": ""
|
|
},
|
|
{
|
|
"name": "x64-Clang-Debug-SDK",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "clang_cl_x64_x64" ],
|
|
"variables": [
|
|
{
|
|
"name": "DO_INCLUDE_SDK",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "DO_BUILD_TESTS",
|
|
"value": "False",
|
|
"type": "BOOL"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |