Add SeeMake template to README.md (#50)

The SeeMake template is a cross-platform, feature-packed, ready-to-use CMake template with testing, static and dynamic checks, coverage reports, and more.
This commit is contained in:
Mohammad Rahimi
2024-08-31 17:09:14 +08:00
committed by GitHub
parent 75b46ba00d
commit 4afc4eb337

View File

@@ -165,6 +165,7 @@ These provide a wide range of functionality - from dealing with compiler flags t
* [cmake-examples](https://github.com/pr0g/cmake-examples) - A collection of as simple as possible, modern CMake projects. [```[MIT]```][MIT]
* [cpp-project](https://github.com/bsamseth/cpp-project) - Boiler plate for C++ projects - tests, CI, coverage, docs. [```[UNLICENSE]```][UNLICENSE]
* [ModernCppStarter](https://github.com/TheLartians/ModernCppStarter) - A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management, tests using [doctest](https://github.com/onqtam/doctest) and much more. [```[UNLICENSE]```][UNLICENSE]
* [SeeMake](https://github.com/MhmRhm/SeeMake) - A feature-packed, ready-to-use CMake template with testing, static and dynamic checks, coverage reports, and more. [```[MIT]```][MIT]
## Other