mirror of https://github.com/axmolengine/axmol.git
7 lines
288 B
Groovy
7 lines
288 B
Groovy
import java.nio.file.Paths
|
|
include ':libaxmol'
|
|
project(':libaxmol').projectDir = new File(Paths.get("${System.env.AX_ROOT}/core/platform/android/libaxmol").toUri())
|
|
include ':Live2dTests'
|
|
project(':Live2dTests').projectDir = new File(settingsDir, 'app')
|
|
rootProject.name = "live2d-tests"
|