https://github.com/Kitware/CMake
Raw File
Tip revision: 6c120379dfe0db9446334c37c41ce63993371695 authored by Kitware Robot on 09 September 2024, 04:06:27 UTC
CMake Nightly Date Stamp
Tip revision: 6c12037
CMAKE_XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE.rst
CMAKE_XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE
-------------------------------------------

.. versionadded:: 3.13

Whether to enable ``Dynamic Linker API usage``
in the Diagnostics section of the generated Xcode scheme.

This variable initializes the
:prop_tgt:`XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE`
property on all targets.

Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property
documentation to see all Xcode schema related properties.
back to top