mirror of https://github.com/axmolengine/axmol.git
30 lines
842 B
JSON
30 lines
842 B
JSON
{
|
|
"win32_cfg": {
|
|
"project_path": "../../build",
|
|
"sln_file": "cocos2d-win32.vc2012.sln",
|
|
"project_name": "cpp-empty-test",
|
|
"build_cfg_path": "proj.win32"
|
|
},
|
|
"linux_cfg": {
|
|
"project_path": "proj.linux",
|
|
"project_name": "cpp-empty-test",
|
|
"cmake_path": "../../",
|
|
"build_dir": "../../build/linux-build",
|
|
"build_result_dir": "cpp-empty-test"
|
|
},
|
|
"ios_cfg": {
|
|
"project_path": "../../build",
|
|
"project_file": "cocos2d_tests.xcodeproj",
|
|
"target_name": "cpp-empty-test iOS"
|
|
},
|
|
"project_type": "cpp",
|
|
"mac_cfg": {
|
|
"project_path": "../../build",
|
|
"project_file": "cocos2d_tests.xcodeproj",
|
|
"target_name": "cpp-empty-test Mac"
|
|
},
|
|
"android_cfg": {
|
|
"project_path": "proj.android"
|
|
}
|
|
}
|