Merge topic 'xcode-link-phase-all'

525464ed2a Xcode: Use "Link Binary With Libraries" build phase in some cases
dc0898205c Xcode: Add special case for file type extension map for .xcassets
7b3d8411a2 Xcode: Refactor build setting append code and attribute getter naming

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5036
This commit is contained in:
Craig Scott
2020-09-01 13:37:48 +00:00
committed by Kitware Robot
22 changed files with 582 additions and 114 deletions
@@ -0,0 +1,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``.