SOLARIS_QT6_DAQ/.vscode/c_cpp_properties.json

30 lines
783 B
JSON
Raw Normal View History

2023-01-25 14:59:48 -05:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/x86_64-linux-gnu/qt6/**",
"/opt/root/**"
2023-01-25 14:59:48 -05:00
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
2024-07-01 17:19:23 -04:00
"cStandard": "c17",
2023-01-25 14:59:48 -05:00
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
2024-07-04 18:30:21 -04:00
},
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
2023-01-25 14:59:48 -05:00
}
2024-07-04 18:30:21 -04:00
2023-01-25 14:59:48 -05:00
],
"version": 4
}