JWebAssembly/settings.gradle

6 lines
126 B
Groovy
Raw Permalink Normal View History

rootProject.name='JWebAssembly'
if( file( '../JWebAssembly-API' ).isDirectory() ) {
includeBuild '../JWebAssembly-API'
}