aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Perron <stevenperron@google.com>2020-03-09 14:32:37 -0400
committerGitHub <noreply@github.com>2020-03-09 14:32:37 -0400
commit30ef660ce2e666f7ae925598b8a267f4da6d33aa (patch)
tree26d8f98ba7f8bdf1d9bb4a140e26371eafaacaf8
parentd9ce9ca52ffea72d45b313d06867d5312f222aaa (diff)
parent0d334e4ade63700c79faf4ce4ba394e20419bc75 (diff)
downloadplatform_external_shaderc_spirv-headers-30ef660ce2e666f7ae925598b8a267f4da6d33aa.tar.gz
platform_external_shaderc_spirv-headers-30ef660ce2e666f7ae925598b8a267f4da6d33aa.tar.bz2
platform_external_shaderc_spirv-headers-30ef660ce2e666f7ae925598b8a267f4da6d33aa.zip
Merge pull request #146 from s-perron/bazel
Export NonSemanticDebugPrintf.h in bazel build
-rw-r--r--BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 29f43ce..9c53db3 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -81,6 +81,7 @@ cc_library(
"include/spirv/1.2/GLSL.std.450.h",
"include/spirv/1.2/OpenCL.std.h",
"include/spirv/unified1/GLSL.std.450.h",
+ "include/spirv/unified1/NonSemanticDebugPrintf.h",
"include/spirv/unified1/OpenCL.std.h",
],
includes = ["include"],