aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kessenich <johnkslang@users.noreply.github.com>2020-03-14 01:23:58 -0600
committerGitHub <noreply@github.com>2020-03-14 01:23:58 -0600
commita17e17e36da44d2cd1740132ecd7a8cb078f1d15 (patch)
treeaacc30c44623a2712080ce8ccc8996934437edae
parent30ef660ce2e666f7ae925598b8a267f4da6d33aa (diff)
parent976926d583a7335cb361ee3ba9c5f99f08846643 (diff)
downloadSPIRV-Headers-a17e17e36da44d2cd1740132ecd7a8cb078f1d15.tar.gz
Merge pull request #148 from null77/fix-gn
Add missing header to BUILD.gn.
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index dd0e78b..57e35f0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -33,6 +33,7 @@ source_set("spv_headers") {
"include/spirv/1.2/spirv.h",
"include/spirv/1.2/spirv.hpp",
"include/spirv/unified1/GLSL.std.450.h",
+ "include/spirv/unified1/NonSemanticDebugPrintf.h",
"include/spirv/unified1/OpenCL.std.h",
"include/spirv/unified1/spirv.h",
"include/spirv/unified1/spirv.hpp",