deps: bump bgfx and bx

This commit is contained in:
Jason Millard
2026-01-08 13:42:11 -05:00
committed by Sandy
parent 8301c805b5
commit 54fc2e6d5a
3 changed files with 7 additions and 2 deletions

2
bgfx

Submodule bgfx updated: 3a652bbc7a...d9d99f51ad

2
bx

Submodule bx updated: 5dc415ee2e...01cf049f97

View File

@@ -60,6 +60,11 @@ endforeach()
add_library(bx STATIC ${BX_SOURCES})
if(MSVC)
target_compile_options(bx PRIVATE /EHs-c-)
target_compile_definitions(bx PRIVATE _HAS_EXCEPTIONS=0)
endif()
# Put in a "bgfx" folder in Visual Studio
set_target_properties(bx PROPERTIES FOLDER "bgfx")