-
Book Overview & Buying
-
Table Of Contents
Minimal CMake
By :
Excellent work getting to this point. In this chapter, we learned how using simple scripts can take some of the monotony out of typing the same CMake commands over and over again, as well as how this can make life easier for new users checking out your project. We then looked at how to use CMake presets to further improve how we configure projects and ensure we keep our CMakeLists.txt files clean. We saw how to use CMake presets to create configure, build, and workflow commands. Lastly, we took a closer look at the CMake GUI to gain a deeper understanding of how it works and what we can use it for.
In the next chapter, we’re going to change gears and return to our Game of Life project. We are going to leave our console application behind and move to a proper cross-platform windowed experience. To achieve this, we’ll learn how to add larger dependencies to our project and understand exactly what it means to install a library.