-
Book Overview & Buying
-
Table Of Contents
Minimal CMake
By :
In this chapter, we walked through everything you need to begin development with CMake. We installed a C/C++ compiler on Windows, macOS, and Linux and installed CMake on each platform. We saw how to install Git and walked through how to install Visual Studio Code and enable several useful extensions. Having our environment configured correctly is important to ensure that the later examples we’ll work through behave as expected. We now have everything we need to start using CMake and can start developing our project to understand how CMake can accelerate how we build software.
In the next chapter, we will introduce CMake and look at the commands you will commonly run from the terminal. We’ll also look at some of the core commands that make up a CMake script. We’ll get a basic application up and running and learn about generators, build types, and more.