To build the project:
mkdir build
cd build
cmake ..
make
To build and run the unit tests:
make test
When running cmake with an additional -Dtest=ON parameter, the tests are
built and run automatically whenever make is run.
Enjoy!
Licensed under MIT/X11 license, see LICENSE.
