mirror of
https://github.com/boostorg/qvm.git
synced 2026-01-22 17:32:58 +00:00
16 lines
415 B
JSON
16 lines
415 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Mac",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [],
|
|
"macFrameworkPath": [],
|
|
"compilerPath": "/usr/local/bin/gcc-9",
|
|
"cStandard": "gnu17",
|
|
"compileCommands": "${workspaceFolder}/bld/debug/compile_commands.json"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |