diff options
author | Brad King <brad.king@kitware.com> | 2023-12-13 14:34:24 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-12-13 14:34:51 (GMT) |
commit | f522cf454692a9a116da6dc91d76365f43214143 (patch) | |
tree | cb61979976ccd629643149c2dcf46bba8f5f636a /Help/command | |
parent | b59123f0c1697b0e29645aaf6acabe1f898e9e0b (diff) | |
parent | e831eef933c21ea8b5f24a6ffc51e52f87149c91 (diff) | |
download | CMake-f522cf454692a9a116da6dc91d76365f43214143.zip CMake-f522cf454692a9a116da6dc91d76365f43214143.tar.gz CMake-f522cf454692a9a116da6dc91d76365f43214143.tar.bz2 |
Merge topic 'doc-xcframeworks-stubs-apple'
e831eef933 Help: Note case where IMPORTED_IMPLIB isn't needed for (xc)frameworks
01735badee Help: XCFrameworks and stubs are supported on all Apple, not just macOS
6ac50df591 Help: Add missing versionadded directives for IMPORTED_IMPLIB
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9058
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/target_link_libraries.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/command/target_link_libraries.rst b/Help/command/target_link_libraries.rst index cc6bc0f..68d3598 100644 --- a/Help/command/target_link_libraries.rst +++ b/Help/command/target_link_libraries.rst @@ -68,9 +68,9 @@ Each ``<item>`` may be: .. versionadded:: 3.28 - The library file may point to a ``.xcframework`` folder on macOS. If it - does, the target will get the selected library's ``Headers`` directory as - a usage requirement. + The library file may point to a ``.xcframework`` folder on Apple platforms. + If it does, the target will get the selected library's ``Headers`` + directory as a usage requirement. .. versionadded:: 3.8 On :ref:`Visual Studio Generators` for VS 2010 and above, library files |