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 254 forks source link

Update to latest bgfx, bimg and bx. #54

Closed trojanfoe closed 5 years ago

trojanfoe commented 5 years ago

Update submodules to latest. Long term it might be better to tell the users to do this themselves using:

git submodule update --remote --merge

widberg commented 5 years ago

I have pulled #56 which updates bgfx, bimg, and bx to newer versions.

it might be better to tell the users to do this themselves

It is important that this repository and the bgfx remotes are in step with each other. If the end user pulls the latest bgfx version and this repository has not been updated with CMake scripts that can handle that version, the CMake build will fail.