Files
cpp-examples/gradle/02-hello-muni-with-gradle-wrapper/build.gradle
2014-04-15 07:35:00 +02:00

9 lines
83 B
Groovy

apply plugin: 'cpp'
task wrapper(type: Wrapper)
executables {
main {
}
}