Chapter Wrap-up
Let's see what you've learned in this chapter and test your understanding of CMake projects.
We'll cover the following...
Summary
We introduced a lot of valuable concepts that will give us a strong foundation to go forward and build hardened, future-proof projects. We discussed how to set the minimum CMake version and how to configure the key aspects of the project—that is, the name, languages, and metadata fields. ...