blob: a38f70c8d19dea30613afd74b4254f0f2ee1c189 (
plain)
1
2
3
4
5
6
7
8
9
|
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.
|