Installing and Packaging
Let's learn how to install and package the project.
We'll cover the following...
We're starting with a quick overview of the files needed to set up installation and packaging:
Press + to interact
Only files are needed here—most of the work is already done. As we may remember, the top-level listfile includes a CMake module that's going to handle this process:
...include(Install)
Include module (From: CMakeLists.txt (fragment))
We're interested in installing two items:
The Calc library artifacts: the static library, the shared library, and header files, along with their target export file ...