| { | |
| "configurations": [ | |
| { | |
| "name": "Mac", | |
| "includePath": [ | |
| "${workspaceFolder}/**", | |
| "${workspaceFolder}/include" | |
| ], | |
| "defines": [ | |
| "WITH_RIVE_TEXT", | |
| "WITH_RIVE_AUDIO", | |
| "WITH_RIVE_LAYOUT" | |
| ], | |
| "macFrameworkPath": [], | |
| "compilerPath": "/usr/bin/clang", | |
| "cStandard": "c11", | |
| "cppStandard": "c++17", | |
| "intelliSenseMode": "clang-arm64" | |
| } | |
| ], | |
| "version": 4 | |
| } |