summaryrefslogtreecommitdiff
path: root/grpc/third_party/xxhash/BUILD
blob: 91d7bd05669eeafc759ef7528e5c36df9ca9a269 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# TODO(donnadionne): describe this package.
cc_library(
    name = "xxhash",
    hdrs = [
        "xxhash.h",
    ],
    # Must specify the includes so that the header file can be found.
    includes = [
        "",
    ],
    visibility = ["//visibility:public"],
)