mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-15 21:46:09 +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
|
storm
|
||||||
tempest
|
tempest
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if (WHOA_BUILD_GLSDL)
|
||||||
|
target_link_libraries(event
|
||||||
|
PRIVATE
|
||||||
|
SDL2::SDL2-static)
|
||||||
|
endif()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user