index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
SwiftMix
/
ObjCMain.m
blob: afc924380c404404f81cfbddef58bb3c9da137cf (
plain
)
1
2
3
4
#import
"SwiftMix-Swift.h"
int ObjCMain
(
void
) {
return
[
SwiftMainClass SwiftMain
];
}