mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 15:46:28 +00:00
Statically link the dawn_end2end_tests
This allows us to enable white_box tests that use Tint. It fixes linking with symbols from both dawn_native statically and dynamically. Bug: dawn:696 Change-Id: I6a002ae5ec55a27b6bf7329c9ba301ce8014d521 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/43840 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
3b1a0c6e14
commit
6e62183aa5
@@ -88,7 +88,7 @@ static_library("dawn_utils") {
|
||||
deps = [
|
||||
"${dawn_root}/src/common",
|
||||
"${dawn_root}/src/dawn:dawn_proc",
|
||||
"${dawn_root}/src/dawn_native",
|
||||
"${dawn_root}/src/dawn_native:dawn_native_headers",
|
||||
"${dawn_root}/src/dawn_wire",
|
||||
"${dawn_shaderc_dir}:libshaderc",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user