22 lines
658 B
JSON
22 lines
658 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${default}",
|
|
"${workspaceFolder}",
|
|
"${workspaceFolder}/src",
|
|
"/usr/include/lilv-0",
|
|
"/usr/lib",
|
|
"~/src/vst3sdk"
|
|
],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++20",
|
|
"intelliSenseMode": "linux-gcc-arm64",
|
|
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
|
|
"configurationProvider": "ms-vscode.cmake-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |