gn: Fix gn gen --check by adding missing dependency
Signed-off-by: Shahbaz Youssefi <ShabbyX@gmail.com>
This commit is contained in:
parent
909bca8ab9
commit
e2b7983593
1 changed files with 1 additions and 0 deletions
1
BUILD.gn
1
BUILD.gn
|
|
@ -226,6 +226,7 @@ glslang_sources_common("glslang_standalone_sources") {
|
||||||
|
|
||||||
source_set("glslang_default_resource_limits_sources") {
|
source_set("glslang_default_resource_limits_sources") {
|
||||||
sources = [
|
sources = [
|
||||||
|
"glslang/Include/ResourceLimits.h",
|
||||||
"StandAlone/ResourceLimits.cpp",
|
"StandAlone/ResourceLimits.cpp",
|
||||||
"StandAlone/ResourceLimits.h",
|
"StandAlone/ResourceLimits.h",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue