axmol/tests/lua-game-controller-test/project/proj.android-studio/settings.gradle

5 lines
289 B
Groovy

include ':libcocos2dx_with_controller'
project(':libcocos2dx_with_controller').projectDir = new File(settingsDir, '../../../../cocos/platform/android/libcocos2dx-with-controller')
include ':LuaGameControllerTest'
project(':LuaGameControllerTest').projectDir = new File(settingsDir, 'app')