diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2023-03-03 16:14:59 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2023-03-05 13:39:56 (GMT) |
commit | 2e24123186b09cceef805dd88daaac8536770176 (patch) | |
tree | d578ec5dd4044a037bb823dfc4b68b5168e1038f /Help/prop_tgt/IMPORTED_CONFIGURATIONS.rst | |
parent | 0a9945cb8d6c1568d7a120eaaf0b02b8d078ecbf (diff) | |
download | CMake-2e24123186b09cceef805dd88daaac8536770176.zip CMake-2e24123186b09cceef805dd88daaac8536770176.tar.gz CMake-2e24123186b09cceef805dd88daaac8536770176.tar.bz2 |
Apple: text-based stubs: manage imported configurations mapping
Diffstat (limited to 'Help/prop_tgt/IMPORTED_CONFIGURATIONS.rst')
-rw-r--r-- | Help/prop_tgt/IMPORTED_CONFIGURATIONS.rst | 4 |
1 files changed, 3 insertions, 1 deletions
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`). |