Browse Source

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

Anonymous Maarten 8 months ago
parent
commit
52090046fe
1 changed files with 2 additions and 0 deletions
  1. 2 0
      test/CMakeLists.txt

+ 2 - 0
test/CMakeLists.txt

@@ -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()