mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-02 04:09:00 +02:00
fix libs
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
858c49a648
commit
4d1b709739
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue