mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
77139e320c
Issue: #16742
5 lines
117 B
Objective-C
5 lines
117 B
Objective-C
#import "SwiftMix-Swift.h"
|
|
int ObjCMain(int argc, char const* const argv[]) {
|
|
return [SwiftMainClass SwiftMain];
|
|
}
|