35 lines
876 B
JSON
35 lines
876 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Win32",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**"
|
||
|
],
|
||
|
"defines": [
|
||
|
"_DEBUG",
|
||
|
"UNICODE",
|
||
|
"_UNICODE"
|
||
|
],
|
||
|
"compilerPath": "/usr/bin/gcc",
|
||
|
"cStandard": "gnu11",
|
||
|
"cppStandard": "gnu++14",
|
||
|
"intelliSenseMode": "clang-x64"
|
||
|
},
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**"
|
||
|
],
|
||
|
"defines": [
|
||
|
"_DEBUG",
|
||
|
"UNICODE",
|
||
|
"_UNICODE"
|
||
|
],
|
||
|
"compilerPath": "/usr/bin/gcc",
|
||
|
"cStandard": "gnu11",
|
||
|
"cppStandard": "gnu++14",
|
||
|
"intelliSenseMode": "gcc-x64"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|