diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-15 12:59:19 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-15 12:59:19 +0100 |
| commit | 7b956089e6ba5162fb0b667f1c0a60f6ece90c38 (patch) | |
| tree | 82de31240ad1f1ae77874f07b288fcc39b8948f4 /.vscode | |
| parent | 23d2cc231e5b4c015a8471d3035dc07802de23d5 (diff) | |
added drops
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/c_cpp_properties.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 1fc7b4f..0b83e43 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -4,7 +4,8 @@ "name": "Win32", "includePath": [ "${workspaceFolder}/**", - "C:\\mingw\\mingw64\\x86_64-w64-mingw32\\include" + "C:\\mingw\\mingw64\\x86_64-w64-mingw32\\include", + "C:\\Users\\aldri\\Desktop\\Vault\\Projects\\project-base\\src" ], "defines": [ "_DEBUG", |
