FSUDAQ/.vscode/c_cpp_properties.json

17 lines
433 B
JSON
Raw Normal View History

2023-04-11 10:11:00 -04:00
{
"configurations": [
{
"name": "Hades",
"includePath": [
"${workspaceFolder}/**",
"/usr/local/cern/root_v6.26.06/include/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}