• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1licenses(["unencumbered"])
2
3exports_files(["LICENSE"])
4
5cc_library(
6    name = "wyhash",
7    hdrs = ["wyhash.h"],
8    visibility = ["//:__pkg__"],
9)
10
11filegroup(
12    name = "cmake_files",
13    srcs = glob([
14        "**/*",
15    ]),
16    visibility = ["//cmake:__pkg__"],
17)
18