Graphics and Animations Project
This project has been built using Ubuntu 22.4 and the included standard CMake compilers.
The following are commands for cmake
Please be sure to ONLY build the debug profile when developing. The release profile is not necessary until submission.
cmake -S . -B cmake-build-debug -DCMAKE_BUILD_TYPE=Debugcmake -S . -B cmake-build-release -DCMAKE_BUILD_TYPE=Releasecmake --build cmake-build-debugcmake --build cmake-build-release./cits3003_project