From b0d04769e13f64a5a4488d664ff3d5e2622d5e49 Mon Sep 17 00:00:00 2001 From: Markus Werle Date: Thu, 6 Jan 2022 22:23:31 +0100 Subject: [PATCH] Add useful CMake information resources Craig Scott IMHO has the most comprehensive book about modern CMake and it helped me get over all the weird hacks we used before. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa4eb6b..1ca2e03 100644 --- a/README.md +++ b/README.md @@ -82,4 +82,6 @@ make program ### Good CMake resources -[Effective Modern CMake](https://gist.github.com/mbinna/c61dbb39bca0e4fb7d1f73b0d66a4fd1) +- [Effective Modern CMake](https://gist.github.com/mbinna/c61dbb39bca0e4fb7d1f73b0d66a4fd1) +- [Professional CMake: A Practical Guide](https://crascit.com/professional-cmake/) by [Craig Scott](https://crascit.com/) +- [Deep CMake for Library Authors - Craig Scott - CppCon 2019](https://www.youtube.com/watch?v=m0DwB4OvDXk)