cocos2d / cocos2d-console

cocos2d command line tool
152 stars 190 forks source link

add cmake build-type for android, set it as default #445

Closed drelaptop closed 6 years ago

drelaptop commented 6 years ago

fix https://github.com/cocos2d/cocos2d-x/issues/18916

simply add the cmake option, usage: cocos compile -p android --build-type cmake

drelaptop commented 6 years ago

please merge @minggo