axmol/tests/lua-empty-test/.adxeproj.json

30 lines
797 B
JSON
Raw Normal View History

{
"win32_cfg": {
"project_path": "project/proj.win32",
"project_name": "lua-empty-test",
"cmake_path": "project"
},
"linux_cfg": {
"project_path": "project/proj.linux",
"project_name": "lua-empty-test",
"cmake_path": "project"
},
"ios_cfg": {
"project_path": "project/proj.ios",
"project_name": "lua-empty-test",
"cmake_path": "project"
},
"project_type": "lua",
"has_native": true,
"mac_cfg": {
"project_path": "project/proj.mac",
"project_name": "lua-empty-test",
"cmake_path": "project"
},
"android_cfg": {
"project_path": "project/proj.android",
"studio_proj_path" : "project/proj.android-studio"
},
"engine_dir": "../../"
}