Add a couple missing headers to the GN build.

Detected with ANGLE's export_targets script.
This commit is contained in:
Jamie Madill 2019-11-02 09:56:09 -04:00
parent 48233ad3d4
commit 6fbc1af8ae

View File

@ -60,8 +60,10 @@ source_set("glslang_sources") {
sources = [
"OGLCompilersDLL/InitializeDll.cpp",
"OGLCompilersDLL/InitializeDll.h",
"SPIRV/GLSL.ext.AMD.h",
"SPIRV/GLSL.ext.EXT.h",
"SPIRV/GLSL.ext.KHR.h",
"SPIRV/GLSL.ext.NV.h",
"SPIRV/GLSL.std.450.h",
"SPIRV/GlslangToSpv.cpp",
"SPIRV/GlslangToSpv.h",