Part 1 – The Basics
In the first chapter, you will learn how to invoke CMake and get a high level overview about the basic concepts of CMake as well as a brief introduction into the CMake language.
The second chapter will be about using CMake from the command line, as a GUI, or in various IDEs and editors. It will illustrate how to change various configuration options and how to select different compilers.
In the third chapter, we will cover creating a simple CMake project to build executables and libraries.
This part has the following chapters:
- Chapter 1, Kickstarting CMake
- Chapter 2, Accessing CMake in the Best Ways
- Chapter 3, Creating a CMake Project