1
0
mirror of https://github.com/i-net-software/JWebAssembly.git synced 2025-03-15 10:44:47 +01:00
JWebAssembly/settings.gradle

6 lines
126 B
Groovy
Raw Normal View History

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