...

/

Course Wrap-up

Course Wrap-up

Take a look at a summary of what we learned in the course.

We'll cover the following...

Summary

This chapter wraps up our long journey through CMake. Now we fully understand what problems CMake aims to solve and which steps are necessary to automate these solutions.

In the first three chapters, we explored all the basics: what CMake is and how users leverage it to bring raw source code to life, what the key components of CMake are, and what purpose different project files have. We explained the syntax of CMake: comments, ...