12 lines
224 B (Stored with Git LFS)
Text
12 lines
224 B (Stored with Git LFS)
Text
licenses(["notice"]) # BSD/MIT-like license
|
|
|
|
filegroup(
|
|
name = "LICENSE",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
cc_library(
|
|
name = "png",
|
|
linkopts = ["-lpng"],
|
|
visibility = ["//visibility:public"],
|
|
)
|