Chapter Wrap-up
Let's see what you've learned in this chapter and test your understanding of linking.
We'll cover the following...
Summary
Linking in CMake does seem simple and insignificant, but in reality, there's much more to it than meets the eye. After all, linking executables isn't as simple as putting puzzle pieces together. As we learned about the structure of object files and libraries, we discovered that things must move around a bit before a ...