diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2022-09-16 21:33:48 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2022-09-16 21:33:48 +0200 |
| commit | d22bc7b557d36da41fe88d3188a7cd335c3ccaa0 (patch) | |
| tree | 1b350b6bd89291149c9d80389c876604ed257248 /.vscode/c_cpp_properties.json | |
| parent | d70aaf0ef92cac0781dabb60411bbd907e7f0caa (diff) | |
| download | wanda-d22bc7b557d36da41fe88d3188a7cd335c3ccaa0.tar.xz wanda-d22bc7b557d36da41fe88d3188a7cd335c3ccaa0.zip | |
wanda: clean up build
Diffstat (limited to '.vscode/c_cpp_properties.json')
| -rw-r--r-- | .vscode/c_cpp_properties.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..1e50c9d --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,13 @@ +{ + "configurations": [ + { + "name": "Release", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [], + "compileCommands": "${workspaceFolder}/build/Release/compile_commands.json" + } + ], + "version": 4 +}
\ No newline at end of file |
