Unverified Commit 90cecb52 by John Kessenich Committed by GitHub

Merge pull request #1953 from null77/gn-add-missing-headers

Add a couple missing headers to the GN build.
parents 36be19fc 6fbc1af8
...@@ -60,8 +60,10 @@ source_set("glslang_sources") { ...@@ -60,8 +60,10 @@ source_set("glslang_sources") {
sources = [ sources = [
"OGLCompilersDLL/InitializeDll.cpp", "OGLCompilersDLL/InitializeDll.cpp",
"OGLCompilersDLL/InitializeDll.h", "OGLCompilersDLL/InitializeDll.h",
"SPIRV/GLSL.ext.AMD.h",
"SPIRV/GLSL.ext.EXT.h", "SPIRV/GLSL.ext.EXT.h",
"SPIRV/GLSL.ext.KHR.h", "SPIRV/GLSL.ext.KHR.h",
"SPIRV/GLSL.ext.NV.h",
"SPIRV/GLSL.std.450.h", "SPIRV/GLSL.std.450.h",
"SPIRV/GlslangToSpv.cpp", "SPIRV/GlslangToSpv.cpp",
"SPIRV/GlslangToSpv.h", "SPIRV/GlslangToSpv.h",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment