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