Files
cpp-examples/gradle-c-plugin/03-executable/build.gradle
2015-05-05 07:57:05 +02:00

10 lines
112 B
Groovy

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