From 7f0f98a96087959061501b1e8eafcef2b7cb17a3 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Wed, 3 Jun 2020 16:26:44 +0200 Subject: [PATCH] Add note on automatic header generation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ec6617..660fb9b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This template is the result of learnings from many previous projects and should - Code coverage via [codecov](https://codecov.io) - Code formatting enforced by [clang-format](https://clang.llvm.org/docs/ClangFormat.html) via [Format.cmake](https://github.com/TheLartians/Format.cmake) - Reproducible dependency management via [CPM.cmake](https://github.com/TheLartians/CPM.cmake) -- Installable target with versioning information via [PackageProject.cmake](https://github.com/TheLartians/PackageProject.cmake) +- Installable target with automatic versioning information and header generation via [PackageProject.cmake](https://github.com/TheLartians/PackageProject.cmake) - Automatic documentation generation and deployment with [Doxygen](https://www.doxygen.nl) and [GitHub Pages](https://pages.github.com) - Support for [sanitizer tools, and more](#additional-tools)