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