GN: Make glslang_validator an executable.
The target was accidentally listed as a source_set.
This commit is contained in:
parent
40c16ec0b3
commit
e880e96f4d
1 changed files with 1 additions and 1 deletions
2
BUILD.gn
2
BUILD.gn
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue