pcsx-redux/third_party/zlib.BUILD

14 lines
201 B
Text

cc_library(
name = "z",
srcs = glob([
"*.c",
"*.h",
]),
hdrs = [
"zlib.h",
],
linkstatic = 1,
visibility = [
"//visibility:public",
],
)