blob: a9d6e85a19f82657a1a37e532af34b27074c2293 [file] [log] [blame]
licenses(["notice"])
cc_binary(
name = "scaling_doubles",
srcs = glob([
"*.cpp",
"*.h",
]),
deps = ["//third_party/fruit"],
)