/project_template

C++ project template

Primary LanguageCMakeMIT LicenseMIT

project_template

C++ project template using CMake and googletest

CI, Coverage, and Badges

Plattform CI Coverage Files
Github Linux Build Windows Build codecov .github/, codecov.yml
Gitlab pipeline status coverage report .gitlab-ci.yml

Build with CMake

$ cmake -S . -B build
$ cmake --build build

Run tests

$ cd build && ctest