Skip to content

Commit e2b7983

Browse files
committed
gn: Fix gn gen --check by adding missing dependency
Signed-off-by: Shahbaz Youssefi <[email protected]>
1 parent 909bca8 commit e2b7983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ glslang_sources_common("glslang_standalone_sources") {
226226

227227
source_set("glslang_default_resource_limits_sources") {
228228
sources = [
229+
"glslang/Include/ResourceLimits.h",
229230
"StandAlone/ResourceLimits.cpp",
230231
"StandAlone/ResourceLimits.h",
231232
]

0 commit comments

Comments
 (0)