mirror of
https://github.com/bkaradzic/bgfx.cmake.git
synced 2026-02-17 13:02:33 +01:00
deps: bump bgfx and bx
This commit is contained in:
2
bgfx
2
bgfx
Submodule bgfx updated: 3a652bbc7a...d9d99f51ad
2
bx
2
bx
Submodule bx updated: 5dc415ee2e...01cf049f97
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user