Files
2015-05-05 07:57:05 +02:00

10 lines
112 B
Groovy

apply plugin: 'c'
model {
components {
main(NativeExecutableSpec) {
}
}
}