Home | History | Annotate | Download | only in scaling_doubles
      1 
      2 licenses(["notice"])
      3 
      4 cc_binary(
      5     name = "scaling_doubles",
      6     srcs = glob([
      7         "*.cpp", 
      8         "*.h",
      9     ]),
     10     deps = ["//third_party/fruit"],
     11 )
     12