Invoking Scripts During Installation

Let's learn how to invoke scripts during the installation process.

If you have ever installed a shared library on a Unix-like system, you may remember that before you can use it, you'll likely need to tell the dynamic linker to scan trusted directories and build its cache by calling ldconfig.

Command install(SCRIPT|CODE)

If we'd like to make our installation fully automatic, CMake offers the install(SCRIPT|CODE) command to support such cases. Here's the full command's signature:

Get hands-on with 1200+ tech skills courses.