diff options
author | Brad King <brad.king@kitware.com> | 2019-07-17 13:15:56 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-07-17 13:16:07 (GMT) |
commit | 44a6468304ad7b2e7d7b9e9b43bc04588f0ab918 (patch) | |
tree | 9369ac7e89bc5176f922e5be5464a3e5ef7b7762 /Help/manual | |
parent | 74ad28fa6a05d033eb99db949eb095fc192c34ad (diff) | |
parent | 2fa920c0cd5c186d0991c9636c9af6691ead8dce (diff) | |
download | CMake-44a6468304ad7b2e7d7b9e9b43bc04588f0ab918.zip CMake-44a6468304ad7b2e7d7b9e9b43bc04588f0ab918.tar.gz CMake-44a6468304ad7b2e7d7b9e9b43bc04588f0ab918.tar.bz2 |
Merge topic 'aix-exe-implib'
2fa920c0cd AIX: Create import library for executables with exports
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3561
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-buildsystem.7.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst index 8cd6e68..d8142a2 100644 --- a/Help/manual/cmake-buildsystem.7.rst +++ b/Help/manual/cmake-buildsystem.7.rst @@ -811,6 +811,10 @@ An *archive* output artifact of a buildsystem target may be: executable target created by the :command:`add_executable` command when its :prop_tgt:`ENABLE_EXPORTS` target property is set. +* On AIX: the linker import file (e.g. ``.imp``) of an executable target + created by the :command:`add_executable` command when its + :prop_tgt:`ENABLE_EXPORTS` target property is set. + The :prop_tgt:`ARCHIVE_OUTPUT_DIRECTORY` and :prop_tgt:`ARCHIVE_OUTPUT_NAME` target properties may be used to control archive output artifact locations and names in the build tree. |