mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(gx): if WHOA_BUILD_GLSDL, link SDL2 to event module
This commit is contained in:
parent
ddcdff5e51
commit
eef37c109d
1 changed files with 9 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue