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.
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-with-cmake-helpful-resources/
A curation of helpful CMake resources gathered together by Embedded Artistry.
- An Introduction to Modern CMake: https://cliutils.gitlab.io/modern-cmake/
An online book and a good resource about learning modern CMake in detail. It is written by Henry Schreiner and many...