Skip to content

Commit

Permalink
Add some more dependencies for static linking on MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
SiegeLordEx authored and SiegeLord committed Jan 16, 2025
1 parent 80db7b5 commit 6eb1125
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -958,9 +958,13 @@ if(ALLEGRO_MACOSX)
find_library(APPKIT_LIBRARY AppKit)
find_library(IOKIT_LIBRARY IOKit)
find_library(COREVIDEO_LIBRARY CoreVideo)
find_library(CARBON_LIBRARY Carbon)
find_library(UNIFORMTYPEIDENTIFIERS_LIBRARY UniformTypeIdentifiers)
list(APPEND PLATFORM_LIBS ${APPKIT_LIBRARY})
list(APPEND PLATFORM_LIBS ${IOKIT_LIBRARY})
list(APPEND PLATFORM_LIBS ${COREVIDEO_LIBRARY})
list(APPEND PLATFORM_LIBS ${CARBON_LIBRARY})
list(APPEND PLATFORM_LIBS ${UNIFORMTYPEIDENTIFIERS_LIBRARY})
endif(ALLEGRO_MACOSX)

if(IPHONE)
Expand Down

0 comments on commit 6eb1125

Please sign in to comment.