Textractor/CMakeSettings.json
2018-10-21 15:07:18 -04:00

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"]
}
]
}