This will make the build more closely resemble the google3 build. The CMake output from this is a bit busted, but the build does succeed.pull/13171/head
parent
a5b5445da6
commit
e9b79542ad
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