Files
cpp-examples/gradle-c-plugin/03-executable/build.gradle
2014-11-04 20:02:59 +01:00

8 lines
53 B
Groovy

apply plugin: 'c'
executables {
main {
}
}