This project should be built with make.
Better not build in the source directory. It is recommended to make a separate build directory (which is afore-ignored in this repo) like this:
mkdir build
cd buildThe following commands are all relative to this path.
Logs are enabled in debug mode
cmake -DCMAKE_BUILD_TYPE=Debug ..
makecmake -DCMAKE_BUILD_TYPE=Release ..
makeI am not attending, and never attended this course. This project is just for personal practice and learning.
MIT