Help: Add missing versionadded directives for IMPORTED_IMPLIB

This commit is contained in:
Craig Scott
2023-12-09 15:10:25 +11:00
parent 618fdc1c42
commit 6ac50df591

View File

@@ -6,11 +6,14 @@ Full path to the import library for an ``IMPORTED`` target.
This property may be set:
* On DLL platforms, to the location of the ``.lib`` part of the DLL.
* On AIX, to an import file (e.g. ``.imp``) created for executables that export
symbols (see the :prop_tgt:`ENABLE_EXPORTS` target property).
* On macOS, 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.
* .. versionadded:: 3.16
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.
* .. versionadded:: 3.28
On non-DLL platforms, to the location of a shared library.
When set without also specifying an :prop_tgt:`IMPORTED_LOCATION`,