You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 mode
Run CLI
make run # Build and run CLI executable
Run Tests
make test# Build and run tests
Clean Build
make clean # Remove build directory
Features
C++23 standard
CMake with extensions OFF
Exported compile commands
doctest for unit testing (fetched automatically)
About
Starter template for your C++ project. A super simple template for C++23 projects using CMake and doctest