mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 11:40:05 +00:00
Use spirv-headers' BUILD.gn (#3148)
* Roll external/spirv-headers/ af64a9e82..dc77030ac (4 commits) $ git log af64a9e82..dc77030ac --date=short --no-merges --format='%ad %ae %s' 2020-01-20 dneto Fix the license to match LICENSE 2020-01-20 syoussefi Add BUILD.gn 2019-11-20 Tobias.Hector Off-by-one errors 2019-11-20 Tobias.Hector Reserve a new block of 64 opcodes Created with: roll-dep external/spirv-headers * Use BUILD.gn from spirv-headers
This commit is contained in:
parent
6a1a1b3269
commit
b97057e7f7
10
BUILD.gn
10
BUILD.gn
@ -324,14 +324,6 @@ config("spvtools_internal_config") {
|
||||
}
|
||||
}
|
||||
|
||||
source_set("spv_headers") {
|
||||
sources = [
|
||||
"$spirv_headers/include/spirv/1.2/GLSL.std.450.h",
|
||||
"$spirv_headers/include/spirv/unified1/OpenCL.std.h",
|
||||
"$spirv_headers/include/spirv/unified1/spirv.h",
|
||||
]
|
||||
}
|
||||
|
||||
source_set("spvtools_headers") {
|
||||
sources = [
|
||||
"include/spirv-tools/instrument.hpp",
|
||||
@ -424,9 +416,9 @@ static_library("spvtools") {
|
||||
]
|
||||
|
||||
public_deps = [
|
||||
":spv_headers",
|
||||
":spvtools_core_enums_unified1",
|
||||
":spvtools_headers",
|
||||
"${spirv_headers}:spv_headers",
|
||||
]
|
||||
|
||||
if (build_with_chromium) {
|
||||
|
Loading…
Reference in New Issue
Block a user