mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
This commit also prepares for embedding things other than frameworks. In the future, we may want to embed resources and other types supported by Xcode, so the target properties have been documented in a way that clearly signals the future intent.
3 lines
114 B
CMake
3 lines
114 B
CMake
add_library(sharedFrameworkExt SHARED func.m)
|
|
set_target_properties(sharedFrameworkExt PROPERTIES FRAMEWORK TRUE)
|