Commit e10c87a3 by Tom Anderson

Remove non-source sources from binary targets

No behavior changes. Please see [1] for why this is necessary. [1] https://bugs.chromium.org/p/chromium/issues/detail?id=964411
parent 27ec9195
...@@ -106,7 +106,6 @@ source_set("glslang_sources") { ...@@ -106,7 +106,6 @@ source_set("glslang_sources") {
"glslang/MachineIndependent/attribute.cpp", "glslang/MachineIndependent/attribute.cpp",
"glslang/MachineIndependent/attribute.h", "glslang/MachineIndependent/attribute.h",
"glslang/MachineIndependent/gl_types.h", "glslang/MachineIndependent/gl_types.h",
"glslang/MachineIndependent/glslang.y",
"glslang/MachineIndependent/glslang_tab.cpp", "glslang/MachineIndependent/glslang_tab.cpp",
"glslang/MachineIndependent/glslang_tab.cpp.h", "glslang/MachineIndependent/glslang_tab.cpp.h",
"glslang/MachineIndependent/intermOut.cpp", "glslang/MachineIndependent/intermOut.cpp",
......
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