Files
crosslang/.vscode/c_cpp_properties.json
2025-06-12 15:48:37 -05:00

31 lines
1.0 KiB
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/include",
"/usr/include/glib-2.0/girepository",
"/usr/include/glib-2.0"
],
"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",
"TESSESFRAMEWORK_ENABLE_SDL2=1",
"CROSSLANG_ENABLE_PROCESS=1",
"CROSSLANG_ENABLE_FFI=1",
"CROSSLANG_ENABLE_SHARED=1"
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++23",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}