Textractor_test/CMakeSettings.json

42 lines
1.0 KiB
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-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" ]
},
2020-09-10 04:54:15 +08:00
{
"name": "x86-Release",
"generator": "Ninja",
"configurationType": "Release",
"inheritEnvironments": [ "msvc_x86" ]
},
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
2018-10-20 03:55:48 +08:00
"inheritEnvironments": [ "msvc_x64" ]
},
{
"name": "x64-RelWithDebInfo",
"generator": "Ninja",
2018-10-09 12:35:47 +08:00
"configurationType": "RelWithDebInfo",
2018-10-20 03:55:48 +08:00
"inheritEnvironments": [ "msvc_x64" ]
2020-09-10 04:54:15 +08:00
},
{
"name": "x64-Release",
"generator": "Ninja",
"configurationType": "Release",
"inheritEnvironments": [ "msvc_x64" ]
2018-06-16 07:30:32 +08:00
}
]
2018-12-19 05:55:07 +08:00
}