forked from Public-Mirror/Textractor
16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "x86-Debug",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"inheritEnvironments": ["msvc_x86"]
|
|
},
|
|
{
|
|
"name": "x86-Release",
|
|
"generator": "Ninja",
|
|
"configurationType": "RelWithDebInfo",
|
|
"inheritEnvironments": ["msvc_x86"]
|
|
}
|
|
]
|
|
} |