CoMPASS_BinReader/.vscode/c_cpp_properties.json

29 lines
780 B
JSON
Raw Permalink Normal View History

2024-07-17 15:46:23 -04:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/opt/root/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
2024-09-03 13:41:36 -04:00
},
{
"name": "Hades",
"includePath": [
"${workspaceFolder}/**",
"/usr/local/cern/root_v6.26.06/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
2024-07-17 15:46:23 -04:00
}
],
"version": 4
}