Commit e162b023 by Nicolas Capens Committed by Nicolas Capens

Add SPIRV-Tools headers dependency

And remove external SPIRV-Headers dependency. We use an internal copy. Bug: angleproject:4425 Change-Id: I36c8c836197d6642d4c696520d61bdf7790fce6c Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/41589Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent d51e82e0
...@@ -58,10 +58,10 @@ swiftshader_source_set("Pipeline") { ...@@ -58,10 +58,10 @@ swiftshader_source_set("Pipeline") {
"../../include", "../../include",
"../../third_party/SPIRV-Headers/include", "../../third_party/SPIRV-Headers/include",
"$swiftshader_spirv_tools_dir/include", "$swiftshader_spirv_tools_dir/include",
"$spirv_tools_spirv_headers_dir/include",
] ]
deps = [ deps = [
"//third_party/SPIRV-Tools/src:spvtools_headers",
"../../third_party/marl:Marl_headers", "../../third_party/marl:Marl_headers",
"../Device:Device_headers", "../Device:Device_headers",
"../System:System_headers", "../System:System_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