diff options
author | NeroBurner <pyro4hell@gmail.com> | 2019-02-27 16:35:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-02-27 16:53:02 (GMT) |
commit | c29a1d58d9bc80eacfc39bf0fe274cf617444f2d (patch) | |
tree | 8bbb172ba8698e2ff2d21862b3fe20a42b17bc53 /Help/command/install.rst | |
parent | b13a8441cd1338ac9f8352a4df54759a1b19088a (diff) | |
download | CMake-c29a1d58d9bc80eacfc39bf0fe274cf617444f2d.zip CMake-c29a1d58d9bc80eacfc39bf0fe274cf617444f2d.tar.gz CMake-c29a1d58d9bc80eacfc39bf0fe274cf617444f2d.tar.bz2 |
Help: Link from install(TARGET) to EXPORT_NAME to rename exported target
Diffstat (limited to 'Help/command/install.rst')
-rw-r--r-- | Help/command/install.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/command/install.rst b/Help/command/install.rst index a0e8c37..8c98b65 100644 --- a/Help/command/install.rst +++ b/Help/command/install.rst @@ -272,6 +272,8 @@ top level: This option associates the installed target files with an export called ``<export-name>``. It must appear before any target options. To actually 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`` This option specifies a list of directories which will be added to the |