This is my implementations of the tasks in the course 1dv534 Object oriented programming in C++ at Linnaeus University Faculty of Technology.
The repository submodules Catch2 framework for running unit tests.
- Clone the repository.
- Get unit testing framework
git submodule update --init;
- Build library files using cmake
cd libs; cmake .; make;
- Build each individual project using cmake or your IDE