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

7 lines
54 B
Groovy

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