mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
Help: Add missing versionadded directives for IMPORTED_IMPLIB
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user