GN: Make glslang_validator an executable.

The target was accidentally listed as a source_set.
This commit is contained in:
Jamie Madill 2019-03-11 15:45:31 -04:00
parent 40c16ec0b3
commit e880e96f4d

View File

@ -169,7 +169,7 @@ source_set("glslang_default_resource_limits_sources") {
public_configs = [ ":glslang_public" ]
}
source_set("glslang_validator") {
executable("glslang_validator") {
sources = [
"StandAlone/DirStackFileIncluder.h",
"StandAlone/StandAlone.cpp",