Textractor_test/CMakeSettings.json

30 lines
739 B
JSON
Raw Normal View History

2018-06-16 07:30:32 +08:00
{
// See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this file.
"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
},
{
"name": "x86-Release",
"generator": "Ninja",
2018-10-09 12:35:47 +08:00
"configurationType": "RelWithDebInfo",
2018-10-20 03:55:48 +08:00
"inheritEnvironments": [ "msvc_x86" ]
},
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
2018-10-20 03:55:48 +08:00
"inheritEnvironments": [ "msvc_x64" ]
},
{
"name": "x64-Release",
"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
}