widberg / bgfx.cmake

https://github.com/bkaradzic/bgfx.cmake. Independently maintained CMake build scripts for bgfx. Released under public domain.
https://github.com/bkaradzic/bgfx.cmake
Creative Commons Zero v1.0 Universal
286 stars 252 forks source link

Android support and CI #58

Closed JonnyPtn closed 4 years ago

JonnyPtn commented 4 years ago

This fixes some of the cmake issues when trying to build for android, and adds x86 and armeabiv7 builds to the CI.

Using API version 26, purely because that's what I've tested with. Have got the tools and examples disabled for now, because I've struggled to get them working (mainly because I find android to be a struggle at the best of times!)