mesytec-mnode/external/taskflow-3.8.0/.vscode/c_cpp_properties.json
2025-01-04 01:25:05 +01:00

17 lines
No EOL
445 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"/home/xiongzc/taskflow/3rd-party/tbb/include",
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/local/bin/gcc",
"cStandard": "gnu11",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}