From 4afc4eb337b205d683c0faf8694e3aacacf6f60c Mon Sep 17 00:00:00 2001 From: Mohammad Rahimi <32928433+MhmRhm@users.noreply.github.com> Date: Sat, 31 Aug 2024 17:09:14 +0800 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 118aed7..4e1ec2c 100644 --- a/README.md +++ b/README.md @@ -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