love2d / love-android

Android build setup for LÖVE.
https://love2d.org
Other
200 stars 70 forks source link

3rd-Party CMake Module #241

Closed MikuAuahDark closed 1 year ago

MikuAuahDark commented 1 year ago

Previously, C module is supported in 11.4 using NDK-build's Android.mk, but in 12.0 the build system is changed to CMake.

To preserve backward compatibility (at some extent), there must be a way to convert a (simple) Android.mk to CMake targets so the 3rd-party module is compiled along.