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:
Kai Ninomiya 2020-07-29 07:21:09 +00:00 committed by Commit Bot service account
parent c4c4ff9eb4
commit bce1cbd0e2
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ if (DAWN_ENABLE_METAL)
"-framework IOKit"
"-framework IOSurface"
"-framework QuartzCore"
"-framework Metal"
)
endif()