We are under development! Feel free to make our Contribution Guidelines better!
$ cmake --version
cmake version 3.16.3
$ CXX=clang++ cmake -B build
$ cmake --build build -j$ CXX=clang++ cmake -B build -DTESTS=ON
$ cmake --build build -j
$ ctest --test-dir build$ CXX=clang++ cmake -B build -DBENCHMARKS=ON
$ cmake --build build -j$ CXX=clang++ cmake -B build -DDOCS=ON
$ doxygen build/Doxyfile.Documentation