diff options
author | Matt Strapp <strap012@umn.edu> | 2020-10-22 08:02:58 -0500 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-10-22 08:02:58 -0500 |
commit | 51431667e2e16f8162fb1700dcd5ada2f6662d28 (patch) | |
tree | 961bd5bb3d5f9137e9b1fa4733e7d79dbb6e1245 | |
parent | Fix Dependencies (diff) | |
download | csci4061-51431667e2e16f8162fb1700dcd5ada2f6662d28.tar csci4061-51431667e2e16f8162fb1700dcd5ada2f6662d28.tar.gz csci4061-51431667e2e16f8162fb1700dcd5ada2f6662d28.tar.bz2 csci4061-51431667e2e16f8162fb1700dcd5ada2f6662d28.tar.lz csci4061-51431667e2e16f8162fb1700dcd5ada2f6662d28.tar.xz csci4061-51431667e2e16f8162fb1700dcd5ada2f6662d28.tar.zst csci4061-51431667e2e16f8162fb1700dcd5ada2f6662d28.zip |
Change includepath for Project 2
-rw-r--r-- | .vscode/c_cpp_properties.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 132f1f2..6e3e2bc 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -1,9 +1,9 @@ { "configurations": [ { - "name": "Linux", + "name": "Linux (Project 2)", "includePath": [ - "${workspaceFolder}" + "${workspaceFolder}/P2/include" ], "defines": [], "compilerPath": "/usr/bin/gcc", |