12 lines
165 B
Python
12 lines
165 B
Python
|
|
licenses(["notice"])
|
|
|
|
cc_binary(
|
|
name = "annotated_injection",
|
|
srcs = glob([
|
|
"*.cpp",
|
|
"*.h",
|
|
]),
|
|
deps = ["//third_party/fruit"],
|
|
)
|