mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
12 lines
225 B
Python
12 lines
225 B
Python
cc_library(
|
|
name = "extractor_shared",
|
|
srcs = glob(["*.cpp"]),
|
|
hdrs = glob(["*.h"]),
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
"@absl//absl/strings",
|
|
"@fmt",
|
|
"@json",
|
|
],
|
|
)
|