From 0d334e4ade63700c79faf4ce4ba394e20419bc75 Mon Sep 17 00:00:00 2001 From: Steven Perron Date: Mon, 9 Mar 2020 14:23:42 -0400 Subject: [PATCH] Export NonSemanticDebugPrintf.h in bazel build --- BUILD.bazel | 1 + 1 file changed, 1 insertion(+) 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"], -- 2.7.4