Unverified Commit 437a552f by John Kessenich Committed by GitHub

Merge pull request #1723 from null77/gn-val-executable

GN: Make glslang_validator an executable.
parents 40c16ec0 e880e96f
...@@ -169,7 +169,7 @@ source_set("glslang_default_resource_limits_sources") { ...@@ -169,7 +169,7 @@ source_set("glslang_default_resource_limits_sources") {
public_configs = [ ":glslang_public" ] public_configs = [ ":glslang_public" ]
} }
source_set("glslang_validator") { executable("glslang_validator") {
sources = [ sources = [
"StandAlone/DirStackFileIncluder.h", "StandAlone/DirStackFileIncluder.h",
"StandAlone/StandAlone.cpp", "StandAlone/StandAlone.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