C++ library project created from the mdklatt/cookiecutter-cpp-lib template.
Create the development environment:
$ make dev
Build the project:
$ make build
Run tests:
$ make test
Build documentation:
$ make docs
C++ library project created from the mdklatt/cookiecutter-cpp-lib template.
Create the development environment:
$ make dev
Build the project:
$ make build
Run tests:
$ make test
Build documentation:
$ make docs