From cf280f2f1fbd5491b9afd6aab853969f85ad0b76 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 13 Aug 2019 14:13:28 -0400 Subject: [PATCH] Mention modern CMake talk and workshop --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 508aaf3..fb046be 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,11 @@ This book tries to solve the problem of the poor examples and best practices tha ## Other sources +Other material from the original author of this book: + +* [CMake Workshop](https://github.com/henryiii/cmake_workshop) +* [Interactive Modern CMake talk](https://gitlab.com/CLIUtils/modern-cmake-interactive-talk) + There are some other places to find good information on the web. Here are some of them: * [The official help](https://cmake.org/cmake/help/latest/): Really amazing documentation. Nicely organized, great search, and you can toggle versions at the top. It just doesn't have a great "best practices tutorial", which is what this book tries to fill in.