Kirill Vainer 908b37350d remove XXX HACK from native library loader
also add additional integration tests for
AppSettings, Application, and NativeLibraryLoader
2015-12-07 21:49:04 -05:00

9 lines
183 B
Groovy

if (!hasProperty('mainClass')) {
ext.mainClass = ''
}
dependencies {
compile project(':jme3-core')
testCompile project(path: ':jme3-core', configuration: 'testOutput')
}