mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -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>
5 lines
125 B
CMake
5 lines
125 B
CMake
enable_language(CXX)
|
|
|
|
add_executable(app main.cpp)
|
|
set_target_properties(app PROPERTIES XCODE_LINK_BUILD_PHASE_MODE INVALID)
|