Files
cpp-examples/gradle-cpp-plugin/02-hello-muni-with-gradle-wrapper/build.gradle
Juraj Michalek 8327533aff move examples
2014-04-21 19:22:05 +02:00

9 lines
83 B
Groovy

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