mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-01-22 15:01:58 +01:00
20 lines
586 B
JSON
20 lines
586 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"/usr/include"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/g++",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"configurationProvider": "ms-vscode.cmake-tools",
|
|
"compilerArgs": [],
|
|
"compileCommands": "/home/l_bechir/github/aare/build/compile_commands.json"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |