mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 23:49:18 -06:00
OBJECT and STATIC libraries (framework or non-framework) do not use this build phase. Not all items to be linked use this build phase either. Co-Authored-By: Craig Scott <craig.scott@crascit.com>
10 lines
413 B
ReStructuredText
10 lines
413 B
ReStructuredText
xcode-link-phase-all
|
|
--------------------
|
|
|
|
* The Xcode generator gained support for linking libraries and frameworks
|
|
via the *Link Binaries With Libraries* build phase instead of always by
|
|
embedding linker flags directly. This behavior is controlled by a new
|
|
:prop_tgt:`XCODE_LINK_BUILD_PHASE_MODE` target property, which is
|
|
initialized by a new :variable:`CMAKE_XCODE_LINK_BUILD_PHASE_MODE`
|
|
variable.
|