BUILD 267 B

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