Recommended books and blogs
There are a lot of books, blogs, and resources regarding CMake. The following is a curated list of hand-selected resources that you may find useful. This list will allow you to discover more about CMake and expand your horizons:
- CMake official documentation: https://cmake.org/documentation/.
- The official documentation for CMake. It is very broad and up to date.
- Professional CMake: A Practical Guide: https://crascit.com/professional-cmake/.
A comprehensive book written by CMake’s co-maintainer, Craig Scott. It is very extensive and contains many details that you can’t find elsewhere. Reading this book is highly recommended if you want to gain a really deep understanding of CMake.
awesome-cmake
: https://github.com/onqtam/awesome-cmake.A vast curation of CMake-related resources. It is very extensive and regularly updated.
- Getting Started with CMake: Helpful Resources: https://embeddedartistry.com/blog/2017/10/04/getting-started...