mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-14 18:43:27 +01:00
6 lines
126 B
Groovy
6 lines
126 B
Groovy
rootProject.name='JWebAssembly'
|
|
|
|
if( file( '../JWebAssembly-API' ).isDirectory() ) {
|
|
includeBuild '../JWebAssembly-API'
|
|
}
|