cmake/Help/command/install_targets.rst

18 lines
634 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
install_targets
---------------
2015-11-17 17:22:37 +01:00
Deprecated. Use the :command:`install(TARGETS)` command instead.
2014-08-03 19:52:23 +02:00
2015-11-17 17:22:37 +01:00
This command has been superceded by the :command:`install` command. It is
2014-08-03 19:52:23 +02:00
provided for compatibility with older CMake code.
::
install_targets(<dir> [RUNTIME_DIRECTORY dir] target target)
Create rules to install the listed targets into the given directory.
2015-11-17 17:22:37 +01:00
The directory ``<dir>`` is relative to the installation prefix, which is
stored in the variable :variable:`CMAKE_INSTALL_PREFIX`. If
``RUNTIME_DIRECTORY`` is specified, then on systems with special runtime
files (Windows DLL), the files will be copied to that directory.