mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
Help: Link from install(TARGET) to EXPORT_NAME to rename exported target
This commit is contained in:
@@ -272,6 +272,8 @@ top level:
|
|||||||
This option associates the installed target files with an export called
|
This option associates the installed target files with an export called
|
||||||
``<export-name>``. It must appear before any target options. To actually
|
``<export-name>``. It must appear before any target options. To actually
|
||||||
install the export file itself, call ``install(EXPORT)``, documented below.
|
install the export file itself, call ``install(EXPORT)``, documented below.
|
||||||
|
See documentation of the :prop_tgt:`EXPORT_NAME` target property to change
|
||||||
|
the name of the exported target.
|
||||||
|
|
||||||
``INCLUDES DESTINATION``
|
``INCLUDES DESTINATION``
|
||||||
This option specifies a list of directories which will be added to the
|
This option specifies a list of directories which will be added to the
|
||||||
|
|||||||
Reference in New Issue
Block a user