Files
CMake/Tests/RunCMake/XcodeProject-Embed/func.m
Gusts Kaksis 5651901c54 Xcode: add support for embedding frameworks
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.
2020-11-28 15:36:24 +11:00

7 lines
70 B
Objective-C

#import <CoreFoundation/CoreFoundation.h>
int func()
{
return 1;
}