mirror of https://github.com/ecmwf/eccodes.git
20 lines
541 B
JSON
20 lines
541 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"/usr/include",
|
|
"/usr/include/linux",
|
|
"/usr/local/apps/gcc/7.3.0/lib64/gcc/x86_64-suse-linux/7.3.0/include",
|
|
"${workspaceRoot}"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/local/apps/gcc/7.3.0/bin/gcc",
|
|
"cStandard": "c89",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "clang-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|