Browse Source

proper linkings?!

lizzie/ios-port-sud
lizzie 6 months ago
parent
commit
f2cf3028c5
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -509,7 +509,6 @@ 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)
foreach(fw Carbon Metal Cocoa IOKit CoreVideo CoreMedia Security UniformTypeIdentifiers Foundation) foreach(fw Carbon Metal Cocoa IOKit CoreVideo CoreMedia Security UniformTypeIdentifiers Foundation)
find_library(${fw}_LIBRARY ${fw} REQUIRED) find_library(${fw}_LIBRARY ${fw} REQUIRED)

Loading…
Cancel
Save