17 lines
384 B
JSON
17 lines
384 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Win32",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**"
|
||
|
],
|
||
|
"defines": [
|
||
|
"_DEBUG",
|
||
|
"UNICODE",
|
||
|
"_UNICODE"
|
||
|
],
|
||
|
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|