From bb7cda231c773513dfcb99fdaa9208a834282977 Mon Sep 17 00:00:00 2001 From: Viktor Kirilov Date: Wed, 3 Apr 2019 08:14:43 +0300 Subject: [PATCH] added link to slides of more modern cmake - closes #29 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 892c342..684f047 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Your contributions are highly welcome (first see [CONTRIBUTING.md](CONTRIBUTING. * [Book](https://leanpub.com/effective-cmake) - Effective CMake: Practical Advice to Write Better CMake (not fully written yet). * [Web Book](https://cliutils.gitlab.io/modern-cmake/) - An Introduction to Modern CMake. * [YouTube Series](https://vector-of-bool.github.io/2018/08/12/cmake-good.html) - How to CMake Good. [```[CC0-1.0]```][CC0-1.0] -* [Lecture](https://www.youtube.com/watch?v=y7ndUhdQuU8) - More Modern CMake - by Deniz Bahadir, Meeting C++ 2018. +* [Lecture](https://www.youtube.com/watch?v=y7ndUhdQuU8) - More Modern CMake ([slides](https://github.com/Bagira80/More-Modern-CMake))- by Deniz Bahadir, Meeting C++ 2018. * [Article](https://cristianadam.eu/20190223/modifying-the-default-cmake-build-types/) - Modifying the default CMake build types/flags, toolchains and patches - Oh my! - by Cristian Adam. ## Package Management / Build Systems