Textractor/CMakeSettings.json

16 lines
331 B
JSON
Raw Permalink Normal View History

2018-09-02 17:01:29 -04:00
{
"configurations": [
{
"name": "x86-Debug",
"generator": "Ninja",
"configurationType": "Debug",
2018-10-21 15:07:18 -04:00
"inheritEnvironments": ["msvc_x86"]
},
{
"name": "x86-Release",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"inheritEnvironments": ["msvc_x86"]
2018-09-02 17:01:29 -04:00
}
]
}