CMake: add -framework Metal to dawn_native
Bug: None Change-Id: Ic71747e48e3d1a737f73bac37cced760af4f195d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/25940 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
c4c4ff9eb4
commit
bce1cbd0e2
|
@ -286,6 +286,7 @@ if (DAWN_ENABLE_METAL)
|
|||
"-framework IOKit"
|
||||
"-framework IOSurface"
|
||||
"-framework QuartzCore"
|
||||
"-framework Metal"
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue