Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Headers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Baker <alanbaker@google.com>2022-11-03 19:16:25 +0300
committerAlan Baker <alanbaker@google.com>2022-11-03 19:16:25 +0300
commit8a13c6ded7c7e7a739e76d57108e1d312555a5f9 (patch)
treed28f53439bc6d1861c30fac82857e309c585175f
parent85a1ed200d50660786c1a88d9166e871123cce39 (diff)
Add spirv.hpp11 to BUILD.gn
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index be3f43b..d69b75e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -32,12 +32,14 @@ source_set("spv_headers") {
"include/spirv/1.2/OpenCL.std.h",
"include/spirv/1.2/spirv.h",
"include/spirv/1.2/spirv.hpp",
+ "include/spirv/1.2/spirv.hpp11",
"include/spirv/unified1/GLSL.std.450.h",
"include/spirv/unified1/NonSemanticClspvReflection.h",
"include/spirv/unified1/NonSemanticDebugPrintf.h",
"include/spirv/unified1/OpenCL.std.h",
"include/spirv/unified1/spirv.h",
"include/spirv/unified1/spirv.hpp",
+ "include/spirv/unified1/spirv.hpp11",
]
public_configs = [ ":spv_headers_public_config" ]