to start, i changed the working directory to ../part1
and ../part2
and such, just the ones containing the main.cpp
or you can place the .fs
, .vs
and .obj
files in the debug folder, as described in lab 2
for cloning, try
git clone --depth 1 --recurse-submodules https://github.com/MaxCantCode/CSCI-3090
cd CSCI-3090
git submodule update --remote
theres also a one-liner on a newer version of git
git clone --depth 1 --recurse-submodules --remote-submodules https://github.com/MaxCantCode/CSCI-3090
then do the directory/file shuffle
(useful templates)