We are under development! Feel free to make our Contribution Guidelines better!
$ cmake --version
cmake version 3.16.3
$ mkdir build && cd build
$ CXX=clang++ cmake ..
$ make -sj
$ mkdir build && cd build
$ CXX=clang++ cmake .. -DTESTS=ON
$ make -sj
$ make test
$ mkdir build && cd build
$ CXX=clang++ cmake .. -DBENCHMARKS=ON
$ make -sj
$ mkdir build && cd build
$ CXX=clang++ cmake .. -DDOCS=ON
$ doxygen Doxyfile.Documentation