blob: 4186702259872a93bc66948c5a32b06b9027e9a9 [file] [log] [blame]
licenses(["notice"]) # BSD/MIT-like license
filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = ["//third_party:__pkg__"],
)
cc_library(
name = "zlib",
srcs = glob(["*.c"]),
hdrs = glob(["*.h"]),
copts = ["-w"],
includes = ["."],
visibility = ["//visibility:public"],
)