Files
gradle-training/07-c-language/build.gradle
2016-03-09 13:45:59 +01:00

9 lines
91 B
Groovy

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