CMake has built-in utilities that can come a long way when it comes to distributing the results of your builds. This section will describe installing and exporting utilities and the differences between them. Later sections will show you how to package your code using CPack, and how to do it using Conan.
Installing and exporting is not that important for microservices per se, but it's very useful if you're delivering libraries for others to reuse.