install_targets — CMake 4.0.1 Documentation (original) (raw)
Deprecated since version 3.0: Use the install(TARGETS) command instead.
This command has been superseded by the install() command. It is provided for compatibility with older CMake code.
install_targets( [RUNTIME_DIRECTORY dir] target target)
Create rules to install the listed targets into the given directory. The directory <dir>
is relative to the installation prefix, which is stored in the variable CMAKE_INSTALL_PREFIX. IfRUNTIME_DIRECTORY
is specified, then on systems with special runtime files (Windows DLL), the files will be copied to that directory.