This project implements CMake and C++ utilities for developers starting new, modern C++ projects.
- Custom CMake testing framework expect()
- Argument parsing helper help_parse_arguments()
- Logging utilities e.g. log_vars()
- Target utilities e.g. directory_targets()
- See
lib/cmake/module
for more!
All modules are included by the top-levelCMakeLists.txt
file.
- Basic logging using fmt
- Testing with GoogleTest