blob: ee4d37edcc41800c88e0d5fa2cd32a9ac13875e8 (
plain)
1
2
3
4
5
6
7
|
CMAKE_XCODE_LINK_BUILD_PHASE_MODE
---------------------------------
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``.
|