move ResourceLimits from StandAlone to glslang dir (Fix #3064)
This commit is contained in:
parent
6d41bb9c55
commit
f5fa593143
6 changed files with 40 additions and 29 deletions
|
|
@ -209,7 +209,7 @@ cc_library(
|
|||
|
||||
cc_library(
|
||||
name = "glslang-default-resource-limits",
|
||||
srcs = ["StandAlone/ResourceLimits.cpp"],
|
||||
srcs = ["glslang/ResourceLimits/ResourceLimits.cpp"],
|
||||
hdrs = ["glslang/Public/ResourceLimits.h"],
|
||||
copts = COMMON_COPTS,
|
||||
linkstatic = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue