CMake/Tests/RunCMake/target_link_libraries-LINK_LIBRARY/foo.mm

8 lines
61 B
Plaintext

#import "foo.h"
@implementation Foo
@synthesize age;
@end