Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

julianxhokaxhiu/bgfxCI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bgfxCI

CI builds of bgfx for x86 platform

How to use

See cmake folder for include files. Then in your own library CMakeLists.txt do:

find_package(BGFX REQUIRED)

...

target_link_libraries(<libname>
  ...
  BGFX::BGFX
  BGFX::BIMG
  BGFX::BX
  ...
)