orb_slam3_details/.vscode/c_cpp_properties.json

21 lines
508 B
JSON
Raw Normal View History

2020-12-01 11:58:17 +08:00
{
"configurations": [
{
2021-01-09 17:26:42 +08:00
"name": "Linux",
2020-12-01 11:58:17 +08:00
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.18362.0",
2021-01-09 17:26:42 +08:00
"compilerPath": "/usr/bin/g++",
2020-12-01 11:58:17 +08:00
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "msvc-x64"
}
],
"version": 4
}