29 lines
657 B
JSON
29 lines
657 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "x86-Debug",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"inheritEnvironments": [ "msvc_x86" ]
|
|
},
|
|
{
|
|
"name": "x86-RelWithDebInfo",
|
|
"generator": "Ninja",
|
|
"configurationType": "RelWithDebInfo",
|
|
"inheritEnvironments": [ "msvc_x86" ]
|
|
},
|
|
{
|
|
"name": "x64-Debug",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"inheritEnvironments": [ "msvc_x64" ]
|
|
},
|
|
{
|
|
"name": "x64-RelWithDebInfo",
|
|
"generator": "Ninja",
|
|
"configurationType": "RelWithDebInfo",
|
|
"inheritEnvironments": [ "msvc_x64" ]
|
|
}
|
|
]
|
|
}
|