mirror of
https://github.com/bkaradzic/bgfx.cmake.git
synced 2026-02-17 21:12:35 +01:00
Updated bx/bgfx, added 32-particles
This commit is contained in:
@@ -26,7 +26,7 @@ option( BGFX_USE_OVR "Build with OVR support." OFF )
|
||||
option( BX_AMALGAMATED "Amalgamate bx source files for faster compilation" ON )
|
||||
|
||||
if( NOT BX_DIR )
|
||||
set( BX_DIR "${CMAKE_CURRENT_SOURCE_DIR}/bx" CACHE STRING "Location of bgfx." )
|
||||
set( BX_DIR "${CMAKE_CURRENT_SOURCE_DIR}/bx" CACHE STRING "Location of bx." )
|
||||
endif()
|
||||
if( NOT BGFX_DIR )
|
||||
set( BGFX_DIR "${CMAKE_CURRENT_SOURCE_DIR}/bgfx" CACHE STRING "Location of bgfx." )
|
||||
|
||||
2
bgfx
2
bgfx
Submodule bgfx updated: b0e13445db...31312f897d
2
bx
2
bx
Submodule bx updated: 2b46499044...ac80145c2f
@@ -145,6 +145,7 @@ add_example(
|
||||
${BGFX_DIR}/examples/common/font
|
||||
${BGFX_DIR}/examples/common/imgui
|
||||
${BGFX_DIR}/examples/common/nanovg
|
||||
${BGFX_DIR}/examples/common/ps
|
||||
)
|
||||
|
||||
# Add examples
|
||||
@@ -180,3 +181,4 @@ add_example( 28-wireframe )
|
||||
add_example( 29-debugdraw )
|
||||
add_example( 30-picking )
|
||||
add_example( 31-rsm )
|
||||
add_example( 32-particles )
|
||||
|
||||
Reference in New Issue
Block a user