G4-ExampleB1/.vscode/c_cpp_properties.json

24 lines
659 B
JSON
Raw Permalink Normal View History

2022-04-29 13:24:29 +08:00
{
"configurations": [
{
2022-10-16 17:08:54 +08:00
"name": "Linux",
2022-04-29 13:24:29 +08:00
"includePath": [
"${default}",
"${workspaceFolder}/include",
2022-10-16 17:08:54 +08:00
"/home/fox/G4Kit/Geant4/include",
"/home/fox/G4Kit/ROOT/include"
2022-04-29 13:24:29 +08:00
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
2022-10-16 17:08:54 +08:00
"compilerPath": "/usr/bin/gcc",
2022-04-29 13:24:29 +08:00
"cStandard": "c17",
"cppStandard": "c++17",
2022-10-16 17:08:54 +08:00
"intelliSenseMode": "linux-gcc-x64",
2022-04-29 13:24:29 +08:00
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}