summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/IMPORTED_IMPLIB.rst
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2023-12-09 05:14:53 (GMT)
committerCraig Scott <craig.scott@crascit.com>2023-12-09 05:15:19 (GMT)
commit01735badee627450e0765151e1a18e87bcab17a6 (patch)
tree3966e780557453f96cac041415362b521ab69fbe /Help/prop_tgt/IMPORTED_IMPLIB.rst
parent6ac50df591b39a5fb9fcaac6ff2678127b86ef22 (diff)
downloadCMake-01735badee627450e0765151e1a18e87bcab17a6.zip
CMake-01735badee627450e0765151e1a18e87bcab17a6.tar.gz
CMake-01735badee627450e0765151e1a18e87bcab17a6.tar.bz2
Help: XCFrameworks and stubs are supported on all Apple, not just macOS
Diffstat (limited to 'Help/prop_tgt/IMPORTED_IMPLIB.rst')
-rw-r--r--Help/prop_tgt/IMPORTED_IMPLIB.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/prop_tgt/IMPORTED_IMPLIB.rst b/Help/prop_tgt/IMPORTED_IMPLIB.rst
index 1b4895a..7cbffeb 100644
--- a/Help/prop_tgt/IMPORTED_IMPLIB.rst
+++ b/Help/prop_tgt/IMPORTED_IMPLIB.rst
@@ -10,10 +10,10 @@ This property may be set:
On AIX, to an import file (e.g. ``.imp``) created for executables that
export symbols (see the :prop_tgt:`ENABLE_EXPORTS` target property).
* .. versionadded:: 3.27
- On macOS platforms, to an import file (e.g. ``.tbd``) created for shared
- libraries (see the :prop_tgt:`ENABLE_EXPORTS` target property).
- For frameworks this is the location of the ``.tbd`` file symlink just
- inside the framework folder.
+ On Apple platforms, to an import file (e.g. ``.tbd``) created for shared
+ libraries or frameworks (see the :prop_tgt:`ENABLE_EXPORTS` target
+ property). For frameworks, this is the location of the ``.tbd`` file
+ symlink just inside the framework folder.
* .. versionadded:: 3.28
On non-DLL platforms, to the location of a shared library.
When set without also specifying an :prop_tgt:`IMPORTED_LOCATION`,