mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-16 19:43:31 +00:00
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 IOKit"
|
||||||
"-framework IOSurface"
|
"-framework IOSurface"
|
||||||
"-framework QuartzCore"
|
"-framework QuartzCore"
|
||||||
|
"-framework Metal"
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user