2D_Engine_Casio/.vscode/c_cpp_properties.json

37 lines
1.0 KiB
JSON

{
"configurations": [
{
"name": "fx-9860G",
"compilerPath": "~/.local/bin/sh-elf-gcc",
"compilerArgs": [
"-D FX9860G"
],
"cStandard": "c17",
"cppStandard": "gnu++17",
"includePath": [],
"intelliSenseMode": "${default}",
"mergeConfigurations": false,
"browse": {
"path": [],
"limitSymbolsToIncludedHeaders": true
}
},
{
"name": "fx-CG50",
"compilerPath": "~/.local/bin/sh-elf-gcc",
"compilerArgs": [
"-D FXCG50"
],
"cStandard": "c17",
"cppStandard": "gnu++17",
"includePath": [],
"intelliSenseMode": "${default}",
"mergeConfigurations": false,
"browse": {
"path": [],
"limitSymbolsToIncludedHeaders": true
}
}
],
"version": 4
}