Added the bgfx includes to the project

This commit is contained in:
Joshua Brookover
2016-09-17 16:03:42 -05:00
parent 94c5d2b9e8
commit 68fed30b60

View File

@@ -20,7 +20,7 @@ if( NOT IS_DIRECTORY ${BGFX_DIR} )
endif()
# Grab the bgfx source files
file( GLOB BGFX_SOURCES ${BGFX_DIR}/src/*.cpp ${BGFX_DIR}/src/*.mm ${BGFX_DIR}/src/*.h )
file( GLOB BGFX_SOURCES ${BGFX_DIR}/src/*.cpp ${BGFX_DIR}/src/*.mm ${BGFX_DIR}/src/*.h ${BGFX_DIR}/include/bgfx/*.h ${BGFX_DIR}/include/bgfx/c99/*.h )
# Create the bgfx target
add_library( bgfx STATIC ${BGFX_SOURCES} )