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

7 lines
54 B
Groovy

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