mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-15 12:47:00 +02:00
proper linkings?!
This commit is contained in:
parent
97be4642c4
commit
4afe96c805
1 changed files with 3 additions and 4 deletions
|
|
@ -484,15 +484,14 @@ endfunction()
|
||||||
# Platform-specific library requirements
|
# Platform-specific library requirements
|
||||||
# Put these BEFORE EXTERNALS or Boost WILL die
|
# Put these BEFORE EXTERNALS or Boost WILL die
|
||||||
# =============================================
|
# =============================================
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
# Umbrella framework for everything GUI-related
|
|
||||||
find_library(COCOA_LIBRARY Cocoa REQUIRED)
|
|
||||||
find_library(IOKIT_LIBRARY IOKit REQUIRED)
|
find_library(IOKIT_LIBRARY IOKit REQUIRED)
|
||||||
if (IOS)
|
if (IOS)
|
||||||
find_library(OBJC_LIBRARY objc REQUIRED)
|
find_library(OBJC_LIBRARY objc REQUIRED)
|
||||||
set(PLATFORM_LIBRARIES ${COCOA_LIBRARY} ${IOKIT_LIBRARY} ${COREVIDEO_LIBRARY} ${OBJC_LIBRARY})
|
set(PLATFORM_LIBRARIES ${IOKIT_LIBRARY} ${COREVIDEO_LIBRARY} ${OBJC_LIBRARY})
|
||||||
else()
|
else()
|
||||||
|
# Umbrella framework for everything GUI-related
|
||||||
|
find_library(COCOA_LIBRARY Cocoa REQUIRED)
|
||||||
set(PLATFORM_LIBRARIES ${COCOA_LIBRARY} ${IOKIT_LIBRARY} ${COREVIDEO_LIBRARY})
|
set(PLATFORM_LIBRARIES ${COCOA_LIBRARY} ${IOKIT_LIBRARY} ${COREVIDEO_LIBRARY})
|
||||||
endif()
|
endif()
|
||||||
elseif (WIN32)
|
elseif (WIN32)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue