mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 11:22:21 -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.
7 lines
70 B
Objective-C
7 lines
70 B
Objective-C
#import <CoreFoundation/CoreFoundation.h>
|
|
|
|
int func()
|
|
{
|
|
return 1;
|
|
}
|