mirror of https://github.com/axmolengine/axmol.git
25 lines
573 B
JSON
25 lines
573 B
JSON
|
{
|
||
|
"win32_cfg": {
|
||
|
"project_path": "proj.win32",
|
||
|
"project_name": "cpp-tests"
|
||
|
},
|
||
|
"linux_cfg": {
|
||
|
"project_path": "proj.linux",
|
||
|
"project_name": "cpp-tests"
|
||
|
},
|
||
|
"ios_cfg": {
|
||
|
"project_path": "proj.ios",
|
||
|
"project_name": "cpp-tests"
|
||
|
},
|
||
|
"project_type": "cpp",
|
||
|
"mac_cfg": {
|
||
|
"project_path": "proj.mac",
|
||
|
"project_name": "cpp-tests"
|
||
|
},
|
||
|
"android_cfg": {
|
||
|
"project_path": "proj.android",
|
||
|
"studio_proj_path" : "proj.android-studio"
|
||
|
},
|
||
|
"engine_dir": "../../"
|
||
|
}
|