mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-13 12:55:58 +03:00
fix(gx): if WHOA_BUILD_GLSDL, link SDL2 to event module
This commit is contained in:
parent
ddcdff5e51
commit
eef37c109d
@ -46,3 +46,9 @@ target_link_libraries(event
|
||||
storm
|
||||
tempest
|
||||
)
|
||||
|
||||
if (WHOA_BUILD_GLSDL)
|
||||
target_link_libraries(event
|
||||
PRIVATE
|
||||
SDL2::SDL2-static)
|
||||
endif()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user