Textractor_test/CMakeSettings.json

32 lines
828 B
JSON
Raw Permalink Normal View History

2018-06-16 07:30:32 +08:00
{
"configurations": [
{
"name": "x86-Debug",
"generator": "Ninja",
"configurationType": "Debug",
2023-04-22 07:23:14 +08:00
"cmakeCommandArgs": "-DQT_ROOT=/Qt",
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",
2023-04-22 07:23:14 +08:00
"cmakeCommandArgs": "-DQT_ROOT=/Qt",
2018-10-20 03:55:48 +08:00
"inheritEnvironments": [ "msvc_x86" ]
},
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
2023-04-22 07:23:14 +08:00
"cmakeCommandArgs": "-DQT_ROOT=/Qt",
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",
2023-04-22 07:23:14 +08:00
"cmakeCommandArgs": "-DQT_ROOT=/Qt",
2018-10-20 03:55:48 +08:00
"inheritEnvironments": [ "msvc_x64" ]
2018-06-16 07:30:32 +08:00
}
]
}