mirror of https://github.com/axmolengine/axmol.git
29 lines
591 B
JSON
29 lines
591 B
JSON
{
|
|
"ndk_module_path" :[
|
|
"../../../..",
|
|
"../../../../cocos",
|
|
"../../../../external"
|
|
],
|
|
"copy_resources": [
|
|
{
|
|
"from": "../../src",
|
|
"to": "src"
|
|
},
|
|
{
|
|
"from": "../../res",
|
|
"to": "res"
|
|
},
|
|
{
|
|
"from": "../../../../cocos/scripting/lua-bindings/script/",
|
|
"to": "src/cocos"
|
|
},
|
|
{
|
|
"from": "../../../../external/lua/luasocket",
|
|
"to": "",
|
|
"include": [
|
|
"*.lua"
|
|
]
|
|
}
|
|
]
|
|
}
|