summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/IMPORTED_CONFIGURATIONS.rst
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2023-03-03 16:14:59 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2023-03-05 13:39:56 (GMT)
commit2e24123186b09cceef805dd88daaac8536770176 (patch)
treed578ec5dd4044a037bb823dfc4b68b5168e1038f /Help/prop_tgt/IMPORTED_CONFIGURATIONS.rst
parent0a9945cb8d6c1568d7a120eaaf0b02b8d078ecbf (diff)
downloadCMake-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.rst4
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`).