mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-17 17:05:31 +00:00
Add missing CMake spirv-cross dependency
Also add a missing SPIRV-Tool link Change-Id: I0d81b6878f09017147b9ccbe21a5784383535ba9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/28280 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
0a1061da0c
commit
97b880e6ff
@@ -150,6 +150,9 @@ target_link_libraries(dawn_native
|
||||
dawn_platform
|
||||
dawn_internal_config
|
||||
spirv-cross-core
|
||||
spirv-cross-glsl
|
||||
spirv-cross-hlsl
|
||||
SPIRV-Tools
|
||||
)
|
||||
|
||||
if (DAWN_USE_X11)
|
||||
|
||||
Reference in New Issue
Block a user