18 lines
480 B
JSON
18 lines
480 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"/opt/Libraries/boost_1_86_0/include",
|
|
"/opt/Libraries/nng-1.9.0/include"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "c17",
|
|
"cppStandard": "gnu++17",
|
|
"intelliSenseMode": "linux-gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |