diff options
author | Craig Scott <craig.scott@crascit.com> | 2023-12-09 04:10:25 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2023-12-09 04:10:25 (GMT) |
commit | 6ac50df591b39a5fb9fcaac6ff2678127b86ef22 (patch) | |
tree | f02e3122abfe5eef183a1379a513418cf8515e4c /Help/prop_tgt | |
parent | 618fdc1c42e127e5807c4b863dd7823a8093c15e (diff) | |
download | CMake-6ac50df591b39a5fb9fcaac6ff2678127b86ef22.zip CMake-6ac50df591b39a5fb9fcaac6ff2678127b86ef22.tar.gz CMake-6ac50df591b39a5fb9fcaac6ff2678127b86ef22.tar.bz2 |
Help: Add missing versionadded directives for IMPORTED_IMPLIB
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/IMPORTED_IMPLIB.rst | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Help/prop_tgt/IMPORTED_IMPLIB.rst b/Help/prop_tgt/IMPORTED_IMPLIB.rst index 27601d2..1b4895a 100644 --- a/Help/prop_tgt/IMPORTED_IMPLIB.rst +++ b/Help/prop_tgt/IMPORTED_IMPLIB.rst @@ -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`, |