19 lines
816 B
JSON
19 lines
816 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**",
|
||
|
"${workspaceFolder}/include",
|
||
|
"${workspaceFolder}/build/_deps/json-src/include/nlohmann",
|
||
|
"${workspaceFolder}/build/_deps/json-src/include"
|
||
|
],
|
||
|
"defines": ["CROSSLANG_ENABLE_JSON=1","CROSSLANG_ENABLE_THREADING=1","CROSSLANG_ENABLE_FILE_IO=1","CROSSLANG_ENABLE_NETWORK=1","CROSSLANG_ENABLE_TERMIOS=1","CROSSLANG_ENABLE_MBED=1","CROSSLANG_ENABLE_SQLITE=1","CROSSLANG_ENABLE_SDL2=1","-DCROSSLANG_ENABLE_PROCESS=1"],
|
||
|
"compilerPath": "/usr/bin/gcc",
|
||
|
"cStandard": "c17",
|
||
|
"cppStandard": "gnu++23",
|
||
|
"intelliSenseMode": "linux-gcc-x64"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|