Update build.gradle to support Gradle 2.0

This commit is contained in:
Juraj Michalek
2014-04-15 07:35:00 +02:00
parent 9d0b0751ff
commit 64ef14f422
3 changed files with 18 additions and 3 deletions

View File

@@ -1 +1,6 @@
apply plugin: 'cpp-exe'
apply plugin: 'cpp'
executables {
main {
}
}