2018-06-16 07:30:32 +08:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "x86-Debug",
|
|
|
|
"generator": "Ninja",
|
|
|
|
"configurationType": "Debug",
|
2018-10-20 03:55:48 +08:00
|
|
|
"inheritEnvironments": [ "msvc_x86" ]
|
2018-06-16 07:30:32 +08:00
|
|
|
},
|
|
|
|
{
|
2019-05-25 01:30:12 +08:00
|
|
|
"name": "x86-RelWithDebInfo",
|
2018-06-16 07:30:32 +08:00
|
|
|
"generator": "Ninja",
|
2018-10-09 12:35:47 +08:00
|
|
|
"configurationType": "RelWithDebInfo",
|
2018-10-20 03:55:48 +08:00
|
|
|
"inheritEnvironments": [ "msvc_x86" ]
|
2018-08-03 22:00:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x64-Debug",
|
|
|
|
"generator": "Ninja",
|
|
|
|
"configurationType": "Debug",
|
2018-10-20 03:55:48 +08:00
|
|
|
"inheritEnvironments": [ "msvc_x64" ]
|
2018-08-03 22:00:42 +08:00
|
|
|
},
|
|
|
|
{
|
2019-05-25 01:30:12 +08:00
|
|
|
"name": "x64-RelWithDebInfo",
|
2018-08-03 22:00:42 +08:00
|
|
|
"generator": "Ninja",
|
2018-10-09 12:35:47 +08:00
|
|
|
"configurationType": "RelWithDebInfo",
|
2018-10-20 03:55:48 +08:00
|
|
|
"inheritEnvironments": [ "msvc_x64" ]
|
2018-06-16 07:30:32 +08:00
|
|
|
}
|
|
|
|
]
|
2018-12-19 05:55:07 +08:00
|
|
|
}
|