Part 3: Mastering the Details
In this part, you will learn how to use CMake on cross-platform projects, reuse CMake code, optimize and maintain existing projects, and migrate non-CMake projects to CMake. You will also learn about ways of contributing to a CMake project and the recommended further reading materials.
This part contains the following chapters:
- Chapter 12, Cross-Platform and Cross-Toolchain Building
- Chapter 13, Reusing CMake Code
- Chapter 14, Optimizing and Maintaining CMake Projects
- Chapter 15, Migrating to CMake
- Chapter 16, Contributing to CMake and Further Reading Material