зеркало из https://github.com/github/codeql.git
15 строки
359 B
Python
15 строки
359 B
Python
load("//swift:rules.bzl", "swift_cc_library")
|
|
|
|
swift_cc_library(
|
|
name = "invocation",
|
|
srcs = glob(["*.cpp"]),
|
|
hdrs = glob(["*.h"]),
|
|
visibility = ["//swift:__subpackages__"],
|
|
deps = [
|
|
"//swift/extractor/config",
|
|
"//swift/extractor/infra",
|
|
"//swift/extractor/mangler",
|
|
"//swift/extractor/remapping",
|
|
],
|
|
)
|