mirror of
https://github.com/grumpycoders/pcsx-redux.git
synced 2025-04-02 10:41:54 -04:00
14 lines
201 B
Text
14 lines
201 B
Text
cc_library(
|
|
name = "z",
|
|
srcs = glob([
|
|
"*.c",
|
|
"*.h",
|
|
]),
|
|
hdrs = [
|
|
"zlib.h",
|
|
],
|
|
linkstatic = 1,
|
|
visibility = [
|
|
"//visibility:public",
|
|
],
|
|
)
|