Browse Source

fix libs

Signed-off-by: crueter <crueter@eden-emu.dev>
lizzie/ios-port-sud
crueter 3 months ago
committed by lizzie
parent
commit
4d1b709739
  1. 5
      CMakeLists.txt

5
CMakeLists.txt

@ -482,9 +482,10 @@ endfunction()
# Put these BEFORE EXTERNALS or Boost WILL die # Put these BEFORE EXTERNALS or Boost WILL die
# ============================================= # =============================================
if (APPLE) if (APPLE)
set(_libs Carbon Metal Cocoa IOKit CoreVideo CoreMedia Security)
if (IOS) if (IOS)
list(APPEND _libs objc)
set(_libs Metal IOKit CoreVideo CoreMedia Security)
else()
set(_libs Carbon Metal Cocoa IOKit CoreVideo CoreMedia Security)
endif() endif()
foreach(fw ${_libs}) foreach(fw ${_libs})
find_library(${fw}_LIBRARY ${fw} REQUIRED) find_library(${fw}_LIBRARY ${fw} REQUIRED)

Loading…
Cancel
Save