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.
- 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.