Files
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 {
}
}