Files
CMake/Tests/RunCMake/XcodeProject/LinkBinariesBuildPhase_INVALID.cmake
Gusts Kaksis 525464ed2a Xcode: Use "Link Binary With Libraries" build phase in some cases
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>
2020-09-01 07:38:48 +10:00

5 lines
125 B
CMake

enable_language(CXX)
add_executable(app main.cpp)
set_target_properties(app PROPERTIES XCODE_LINK_BUILD_PHASE_MODE INVALID)