Skip to content

masaaldosey/cpp-template

Repository files navigation

Ubuntu codecov

A Very Minimal C++ Template

A repo to quickly understand the basics of a build system in a C++ project. Can also be used to quickly start a C++ project.

Things To Do

  • Implement the basic directory structure.
  • Add static analysis checks.
  • Provide corresponding CMakeLists.txt for the build (with description).
  • ❓ Use gtest library to demonstrate the usage of external libraries ❓
  • Implement corresponding Unit Tests.
  • Enable CI pipeline using GitHub Actions.
  • Enable documentation for the project.