https://github.com/Kitware/CMake
Raw File
Tip revision: 784596bd0898a26d3acdc0e5999b5386b8736d11 authored by Brad King on 18 July 2023, 17:52:42 UTC
CMake 3.27.0
Tip revision: 784596b
CMAKE_XCODE_LINK_BUILD_PHASE_MODE.rst
CMAKE_XCODE_LINK_BUILD_PHASE_MODE
---------------------------------

.. versionadded:: 3.19

This variable is used to initialize the
:prop_tgt:`XCODE_LINK_BUILD_PHASE_MODE` property on targets.
It affects the methods that the :generator:`Xcode` generator uses to link
different kinds of libraries.  Its default value is ``NONE``.
back to top