diff options
author | Matt Strapp <strap012@umn.edu> | 2020-10-22 08:00:29 -0500 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-10-22 08:00:29 -0500 |
commit | d41735e08939362af2e68f3941068b5bd9e093b3 (patch) | |
tree | f92b05a669c88120bc8eeea0b7e599240524502e | |
parent | Merge branch 'master' of github.umn.edu:STRAP012/csci4061Projects (diff) | |
download | csci4061-d41735e08939362af2e68f3941068b5bd9e093b3.tar csci4061-d41735e08939362af2e68f3941068b5bd9e093b3.tar.gz csci4061-d41735e08939362af2e68f3941068b5bd9e093b3.tar.bz2 csci4061-d41735e08939362af2e68f3941068b5bd9e093b3.tar.lz csci4061-d41735e08939362af2e68f3941068b5bd9e093b3.tar.xz csci4061-d41735e08939362af2e68f3941068b5bd9e093b3.tar.zst csci4061-d41735e08939362af2e68f3941068b5bd9e093b3.zip |
Fix Dependencies
-rw-r--r-- | .vscode/c_cpp_properties.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index f9a909e..132f1f2 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -3,7 +3,7 @@ { "name": "Linux", "includePath": [ - "${workspaceFolder}/P1/include" + "${workspaceFolder}" ], "defines": [], "compilerPath": "/usr/bin/gcc", |