[bazel] Port 9a9c1d4a6155a96ce9be494cec7e25731d36b33e (#119456)

This commit is contained in:
Keith Smiley 2024-12-10 12:56:26 -08:00 committed by GitHub
parent c835b48a4d
commit f3c675feec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -270,9 +270,13 @@ cc_library(
cc_library(
name = "DataFormatters",
srcs = glob(["source/DataFormatters/**/*.cpp"]),
srcs = glob([
"source/DataFormatters/**/*.cpp",
"source/DataFormatters/**/*.h",
]),
hdrs = glob(["include/lldb/DataFormatters/**/*.h"]),
strip_include_prefix = "include",
textual_hdrs = glob(["source/DataFormatters/**/*.def"]),
deps = [
":CoreHeaders",
":Headers",