diff options
author | Brad King <brad.king@kitware.com> | 2023-03-06 14:03:40 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-03-06 14:03:48 (GMT) |
commit | 6b08358e17f5b85ad04ab512e4b6e39e989cea35 (patch) | |
tree | c5f039bd6ee0290b8d30f7e0f780b9bfc9c357cc /Help | |
parent | 2e45df3168653d38bfc077c7a3da505a01c45332 (diff) | |
parent | 2e24123186b09cceef805dd88daaac8536770176 (diff) | |
download | CMake-6b08358e17f5b85ad04ab512e4b6e39e989cea35.zip CMake-6b08358e17f5b85ad04ab512e4b6e39e989cea35.tar.gz CMake-6b08358e17f5b85ad04ab512e4b6e39e989cea35.tar.bz2 |
Merge topic 'Apple-text-Stubs-imported-configurations'
2e24123186 Apple: text-based stubs: manage imported configurations mapping
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8283
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-buildsystem.7.rst | 2 | ||||
-rw-r--r-- | Help/prop_tgt/IMPORTED_CONFIGURATIONS.rst | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst index 9fdb26c..b88b864 100644 --- a/Help/manual/cmake-buildsystem.7.rst +++ b/Help/manual/cmake-buildsystem.7.rst @@ -37,6 +37,8 @@ is defined as an executable formed by compiling and linking ``zipapp.cpp``. When linking the ``zipapp`` executable, the ``archive`` static library is linked in. +.. _`Binary Executables`: + Binary Executables ------------------ diff --git a/Help/prop_tgt/IMPORTED_CONFIGURATIONS.rst b/Help/prop_tgt/IMPORTED_CONFIGURATIONS.rst index 8605548..a4746d3 100644 --- a/Help/prop_tgt/IMPORTED_CONFIGURATIONS.rst +++ b/Help/prop_tgt/IMPORTED_CONFIGURATIONS.rst @@ -8,7 +8,9 @@ target. For each configuration named, the imported target's artifacts must be specified in other target properties: * :prop_tgt:`IMPORTED_LOCATION_<CONFIG>`, or -* :prop_tgt:`IMPORTED_IMPLIB_<CONFIG>` (on DLL platforms), or +* :prop_tgt:`IMPORTED_IMPLIB_<CONFIG>` (on DLL platforms, on AIX for + :ref:`Executables <Binary Executables>` or on Apple for + :ref:`Shared Libraries <Normal Libraries>`), or * :prop_tgt:`IMPORTED_OBJECTS_<CONFIG>` (for :ref:`Object Libraries`), or * :prop_tgt:`IMPORTED_LIBNAME_<CONFIG>` (for :ref:`Interface Libraries`). |