Merge topic 'doc-file-api-link-bt'

40039ddbac Help: Document backtrace member of link commandFragments in FileApi manual

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10471
This commit is contained in:
Brad King 2025-03-17 15:45:28 +00:00 committed by Kitware Robot
commit ac3c2f2273

View File

@ -1058,6 +1058,13 @@ with members:
* ``libraryPath``: library search path flags.
* ``frameworkPath``: macOS framework search path flags.
``backtrace``
Optional member that is present when a CMake language backtrace to
the :command:`target_link_libraries`, :command:`target_link_options`,
or other command invocation that added this link fragment is available.
The value is an unsigned integer 0-based index into the ``backtraceGraph``
member's ``nodes`` array.
``lto``
Optional member that is present with boolean value ``true``
when link-time optimization (a.k.a. interprocedural optimization