-
Book Overview & Buying
-
Table Of Contents
Software Architecture with C++ - Second Edition
By :
In this chapter, you’ve learned a lot about building and packaging your code. You’re now able to write faster-building template code, know how to choose the tools to compile your code faster, and know how to find potential code issues and use compiler-centric tools.
Aside from that, you can now define your build targets and test suites using Modern CMake, manage external dependencies using find modules and FetchContent, create packages and installers in various formats, and last but not least, use package managers to install your dependencies.
In the next chapter, we will look at package management, including project dependencies and building executables with Conan and Conan packages.