blob: a48a793bf09f86e925da4927347c95104de7130a [file] [log] [blame] [edit]
{
"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
}