CMake Command: Other Operations
Let's learn about the commands used to install and run a project in CMake.
Installing a project
When artifacts are built, users can install them on the system. Usually, this means copying files into the correct directories, installing libraries, or running some custom installation logic from a CMake script.
The syntax of the installation mode
Get hands-on with 1400+ tech skills courses.