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

GN: Make glslang_validator an executable.
This commit is contained in:
John Kessenich 2019-03-12 11:33:26 +07:00 committed by GitHub
commit 437a552f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",