summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject/LinkBinariesBuildPhase_NONE-check.cmake
Commit message (Collapse)AuthorAgeFilesLines
* XCode: ensure LINK_LIBRARY genex is usable with XCODE_LINK_BUILD_PHASE_MODEMarc Chevrier2022-11-221-1/+1
| | | | Fixes: #24176
* Xcode: Don't add framework as -framework argument in linker info listGusts Kaksis2020-10-021-2/+2
|
* Xcode: Use "Link Binary With Libraries" build phase in some casesGusts Kaksis2020-08-311-0/+19
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>