diff --git a/BUILD.gn b/BUILD.gn index 3e061acbfb..26ab5c3dd6 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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",