- CMake setup
- Separated dirs for libraries(
include/) and cli(cli/) source files - p-ranav/argpare is used for cli parser
- Out-of-the-box support for OpenMP and Eigen
- Support header only libraries
In the project root directory, run the following commands:
cmake -S . -B build
cmake --build buildThese commands create build directory in which executables are placed.