src/— Library source codecli/— Command-line executabletests/— Unit tests using doctest
make configure # Configure build in Debug mode
make build # Build in Debug mode (default)
make debug # Build in Debug mode
make release # Configure and Build in Release modemake run # Build and run CLI executablemake test # Build and run testsmake clean # Remove build directory- C++23 standard
- CMake with extensions OFF
- Exported compile commands
- doctest for unit testing (fetched automatically)