mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
8 lines
171 B
Python
8 lines
171 B
Python
load("//swift:rules.bzl", "swift_cc_binary")
|
|
|
|
swift_cc_binary(
|
|
name = "print_unextracted",
|
|
srcs = glob(["*.cpp"]),
|
|
deps = ["//swift/extractor/translators"],
|
|
)
|