mirror of https://github.com/axmolengine/axmol.git
22 lines
427 B
JSON
22 lines
427 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"
|
||
|
}
|
||
|
]
|
||
|
}
|