mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
Make Dawn's Tint version visible when recursedepsing in Dawn
Bug: tint:700 Change-Id: I24b862822ca728afa7aebead53c8eb07e9cdc440 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46622 Reviewed-by: Ben Clayton <bclayton@google.com> 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
3e8f3f9609
commit
a0bdba1dfc
@@ -73,6 +73,6 @@ if (!defined(dawn_vulkan_validation_layers_dir)) {
|
||||
}
|
||||
|
||||
if (!defined(dawn_tint_dir)) {
|
||||
# Default to Tint not being available.
|
||||
dawn_tint_dir = ""
|
||||
# Default to Tint being Dawn's DEPS
|
||||
dawn_tint_dir = "${dawn_root}/third_party/tint"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user