diff --git a/README.md b/README.md index e0fd614b..87edf281 100644 --- a/README.md +++ b/README.md @@ -432,6 +432,13 @@ Configuration is `-[32/64]`. For example: linux-release32, nacl-debug64, nacl-arm-debug, pnacl-release, android-release, etc. +Amalgamated build +----------------- + +For ease of integration to other build system bgfx library can be built with +single .cpp file. It's only necessary to build [src/amalgamated.cpp](https://github.com/bkaradzic/bgfx/blob/master/src/amalgamated.cpp) +inside different build system. + OculusVR integration --------------------