bonus-edge-proxy/.vscode/c_cpp_properties.json

22 lines
604 B
JSON
Raw Normal View History

2025-09-30 18:34:50 +08:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
2025-10-15 14:27:21 +08:00
"${workspaceFolder}/**",
"/usr/include",
"/usr/include/gstreamer-1.0",
"/usr/include/glib-2.0",
"/usr/lib/aarch64-linux-gnu/glib-2.0/include"
2025-10-15 14:27:21 +08:00
],
"defines": [
"CROW_USE_BOOST"
2025-09-30 18:34:50 +08:00
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-arm64"
}
],
"version": 4
}