mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 18:05:47 +00:00
cmake: ios and tvos applications need to link to SDL2main library
Backport of 52090046fe
This commit is contained in:
parent
cb3e9578e3
commit
2f873636c7
1 changed files with 2 additions and 0 deletions
|
|
@ -99,6 +99,8 @@ elseif(PS2)
|
|||
dmakit
|
||||
ps2_drivers
|
||||
)
|
||||
elseif(IOS OR TVOS)
|
||||
link_libraries(SDL2::SDL2main SDL2::SDL2test SDL2::SDL2-static)
|
||||
else()
|
||||
link_libraries(SDL2::SDL2test SDL2::SDL2-static)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue