mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-10 08:08:11 +00:00
fix libs
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
858c49a648
commit
4d1b709739
|
|
@ -482,9 +482,10 @@ endfunction()
|
|||
# Put these BEFORE EXTERNALS or Boost WILL die
|
||||
# =============================================
|
||||
if (APPLE)
|
||||
set(_libs Carbon Metal Cocoa IOKit CoreVideo CoreMedia Security)
|
||||
if (IOS)
|
||||
list(APPEND _libs objc)
|
||||
set(_libs Metal IOKit CoreVideo CoreMedia Security)
|
||||
else()
|
||||
set(_libs Carbon Metal Cocoa IOKit CoreVideo CoreMedia Security)
|
||||
endif()
|
||||
foreach(fw ${_libs})
|
||||
find_library(${fw}_LIBRARY ${fw} REQUIRED)
|
||||
|
|
|
|||
Loading…
Reference in a new issue