Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Apr 3, 2024
1 parent 585929f commit 928085f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ if(NCNN_VULKAN)
find_library(Metal NAMES Metal)
find_library(Foundation NAMES Foundation)
find_library(QuartzCore NAMES QuartzCore)
list(APPEND vulkan_dependent_LINK_LIBRARIES ${Metal} ${Foundation} ${QuartzCore})
find_library(CoreGraphics NAMES CoreGraphics)
list(APPEND vulkan_dependent_LINK_LIBRARIES ${Metal} ${Foundation} ${QuartzCore} ${CoreGraphics})
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
find_library(IOKit NAMES IOKit)
find_library(IOSurface NAMES IOSurface)
Expand Down

0 comments on commit 928085f

Please sign in to comment.