Author: Damyn Chipman
This template demonstrates pitchfork project layout. It uses the Google Test Framework for unit tests. The build system is implemented with CMake.
To install, clone or fork this repo:
git clone https://github.com/DamynChipman/CxxProjectTemplate
Building is done with CMake:
cmake -S . -B build
Once built, from the build directory, run:
make test