aboutsummaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-03-08 10:41:26 +0100
committerlonkaars <loek@pipeframe.xyz>2023-03-08 10:41:26 +0100
commitcf1effe02d99d74db684ff324a46fa32cf186417 (patch)
treee2da0df9d817042353b53504d501176169a5c79c /.vscode/c_cpp_properties.json
parentd5a24b3708bf71504630baf2c88a1660e4732c3c (diff)
fix windows build system and add vscode configuration files
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
new file mode 100644
index 0000000..51f5ad0
--- /dev/null
+++ b/.vscode/c_cpp_properties.json
@@ -0,0 +1,9 @@
+{
+ "configurations": [
+ {
+ "name": "src",
+ "compileCommands": "${workspaceFolder}/src/compile_commands.json"
+ }
+ ],
+ "version": 4
+} \ No newline at end of file