C++ CMake starter template with CI, tests, and reproducible dependencies.
Starter template for modern C++ projects using CMake, CPM.cmake for reproducible dependencies, GitHub Actions for CI, clang-format/cmake-format for style, and codecov for coverage. It provides a clean separation of library and executable code, an integrated test suite, optional standalone executable, documentation generation with Doxygen, and support for sanitizers and static analyzers.
0