aosp12/external/google-fruit/examples/scaling_doubles/BUILD

12 lines
161 B
Python

licenses(["notice"])
cc_binary(
name = "scaling_doubles",
srcs = glob([
"*.cpp",
"*.h",
]),
deps = ["//third_party/fruit"],
)