mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
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];
|
|
}
|