commit
5ed089dc42
5 changed files with 34 additions and 17 deletions
@ -0,0 +1,18 @@ |
||||
|
||||
licenses(["unencumbered"]) |
||||
|
||||
exports_files(["LICENSE"]) |
||||
|
||||
cc_library( |
||||
name = "wyhash", |
||||
hdrs = ["wyhash.h"], |
||||
visibility = ["//:__pkg__"], |
||||
) |
||||
|
||||
filegroup( |
||||
name = "cmake_files", |
||||
srcs = glob([ |
||||
"**/*", |
||||
]), |
||||
visibility = ["//cmake:__pkg__"], |
||||
) |
Loading…
Reference in new issue