BOB and SAM build scripts

This commit is contained in:
str4d
2014-06-24 22:59:23 +00:00
parent 593904cc44
commit 8ea4d893f6
3 changed files with 31 additions and 1 deletions

12
apps/BOB/build.gradle Normal file
View File

@@ -0,0 +1,12 @@
sourceSets {
main {
java {
srcDir 'src'
}
}
}
dependencies {
compile project(':core')
compile project(':apps:ministreaming')
}