...

/

Chapter Wrap-up

Chapter Wrap-up

Let's see what you've learned in this chapter and test your understanding of targets.

We'll cover the following...

Summary

Understanding targets is critical to writing clean, modern CMake projects. We not only discussed what constitutes a target and how targets depend on each other but also how to present that information in a diagram using the Graphviz module. With this general understanding, ...