42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "splitpole",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"/home/splitpole/cern/root/**"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "c17",
|
|
"cppStandard": "gnu++17",
|
|
"intelliSenseMode": "linux-gcc-x64"
|
|
},
|
|
{
|
|
"name": "Ryan",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"/home/ryan/Downloads/root_build/**",
|
|
"/home/ryan/Downloads/root_build/include"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "c17",
|
|
"cppStandard": "gnu++17",
|
|
"intelliSenseMode": "linux-gcc-x64"
|
|
},
|
|
{
|
|
"name": "RyanUbuntu",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"/opt/root/**"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "c17",
|
|
"cppStandard": "gnu++17",
|
|
"intelliSenseMode": "linux-gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |