cmake: ios and tvos applications need to link to SDL2main library

This commit is contained in:
Anonymous Maarten 2024-08-14 11:58:35 +02:00 committed by Anonymous Maarten
parent 3d7007fb2d
commit 52090046fe
1 changed files with 2 additions and 0 deletions

View File

@ -241,6 +241,8 @@ elseif(PS2)
dmakit
ps2_drivers
)
elseif(IOS OR TVOS)
sdltest_link_librararies(SDL2::SDL2main SDL2::SDL2test SDL2::SDL2-static)
else()
sdltest_link_librararies(SDL2::SDL2test SDL2::SDL2-static)
endif()