Below are instructions on how to build and run the project.
Steps to build:
- Make build folder
- Prepare CMake
- Build project
mkdir build
cd build/
cmake ..
cmake --build .
Once built simply run the {PROJECT_NAME} executable file from the build directory