From 303ff23232a02cae505c23ffc8267c5b1f4abd9a Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Thu, 16 Apr 2020 14:08:13 +0200 Subject: [PATCH] Add link about modern CMake practices --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa73dd3..20b823d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This template is the result of learnings from many previous projects and should ## Features -- Modern CMake practices +- [Modern CMake practices](https://pabloariasal.github.io/2018/02/19/its-time-to-do-cmake-right/) - Suited for single header libraries and projects of any scale - Separation into library and executable code - Integrated test suite