aboutsummaryrefslogtreecommitdiff
path: root/ruy/example/BUILD
blob: aa857015b472e1ca61d0a13edb1dcf3455bb08f5 (plain)
1
2
3
4
5
6
7
8
9
10
package(
    licenses = ["notice"],  # Apache 2.0
)

# Usage examples.
cc_binary(
    name = "example",
    srcs = ["example.cc"],
    deps = ["//ruy"],
)