ELFIO/.vscode/c_cpp_properties.json

18 lines
411 B
JSON
Raw Normal View History

2020-02-22 09:29:45 +00:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/home/user/boost_1_72_0"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}