diff --git a/tests/game-controller-test/.cocos-project.json b/tests/game-controller-test/.cocos-project.json new file mode 100644 index 0000000000..91621fd443 --- /dev/null +++ b/tests/game-controller-test/.cocos-project.json @@ -0,0 +1,12 @@ +{ + "ios_cfg": { + "project_path": "../../build", + "project_file": "cocos2d_tests.xcodeproj", + "target_name": "game-controller-test IOS" + }, + "project_type": "cpp", + "android_cfg": { + "project_path": "proj.android" + }, + "engine_dir": "../../" +}