From 6774f85acd4ae807c30fe5ce7e093a0c087467b3 Mon Sep 17 00:00:00 2001 From: Ido Rosen Date: Fri, 9 Sep 2016 09:44:04 -0400 Subject: [PATCH] Add Modern CMake articles (#1) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 70e4b20..b2abcb0 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ For more awesome lists, see [awesome](https://github.com/sindresorhus/awesome). * [ruslo/CGold](https://github.com/ruslo/CGold) - The Hitchhiker’s [Guide](https://cgold.readthedocs.io) to the CMake. [BSD2][BSD-2-Clause] * [Article](https://foonathan.github.io/blog/2016/07/07/cmake-dependency-handling.html) - Easy dependency management for C++ with CMake and Git. * [Article](https://steveire.wordpress.com/2016/08/09/opt-in-header-only-libraries-with-cmake/) - Opt-in header-only libraries with CMake. +* [Modern CMake](https://github.com/toeb/moderncmake/) Modern CMake PDF and samples by creator of [cmakepp](https://github.com/toeb/cmakepp). +* [Ultimate Guide to Modern CMake](https://rix0r.nl/blog/2015/08/13/cmake-guide/) +* [Older Modern CMake](https://meetingcpp.com/index.php/talkview13/items/13.html) Modern CMake for C++. + ## Package Management