mirror of https://github.com/axmolengine/axmol.git
5 lines
214 B
Groovy
5 lines
214 B
Groovy
|
include ':libcocos2dx'
|
||
|
project(':libcocos2dx').projectDir = new File(settingsDir, '../cocos2d/cocos/platform/android/libcocos2dx')
|
||
|
include ':HelloCpp'
|
||
|
project(':HelloCpp').projectDir = new File(settingsDir, 'app')
|