Commit e1012cfc by Sean Risser

Add SPIR-V tools dependency to BUILD.gn files

Since we track the SPV_ENV_... version with VkConfig.hpp, any other directory that includes VkConfig has to have a dependency on SPIR-V Tools. Bug: b/172837769 Change-Id: I7962ee278c3240c9461acaedcd9cbbca0c08c0d6 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/50208Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Kokoro-Result: kokoro <noreply+kokoro@google.com> Tested-by: 's avatarSean Risser <srisser@google.com>
parent fefd0854
...@@ -73,6 +73,7 @@ swiftshader_source_set("Device") { ...@@ -73,6 +73,7 @@ swiftshader_source_set("Device") {
] ]
deps = [ deps = [
"${swiftshader_spirv_tools_dir}:SPIRV-Tools",
"../../third_party/marl:Marl_headers", "../../third_party/marl:Marl_headers",
"../Pipeline:Pipeline_headers", "../Pipeline:Pipeline_headers",
"../System:System_headers", "../System:System_headers",
......
...@@ -68,6 +68,7 @@ swiftshader_source_set("WSI") { ...@@ -68,6 +68,7 @@ swiftshader_source_set("WSI") {
] ]
deps = [ deps = [
"${swiftshader_spirv_tools_dir}:SPIRV-Tools",
"../../third_party/marl:Marl_headers", "../../third_party/marl:Marl_headers",
"../System", "../System",
"../Vulkan:swiftshader_libvulkan_headers", "../Vulkan:swiftshader_libvulkan_headers",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment