This commit is contained in:
Branimir Karadžić 2015-06-24 00:19:53 -07:00
Родитель 3a2cecebad
Коммит c2fd6d7364
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -455,8 +455,8 @@ 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)
or on OSX/iOS [src/amalgamated.mm](https://github.com/bkaradzic/bgfx/blob/master/src/amalgamated.mm)
inside different build system.
(for OSX/iOS use [src/amalgamated.mm](https://github.com/bkaradzic/bgfx/blob/master/src/amalgamated.mm)
instead) inside different build system.
OculusVR integration
--------------------