kse-01/tensorflow/third_party/systemlibs/gif.BUILD

13 lines
207 B
Plaintext
Raw Normal View History

2023-10-09 11:37:31 +00:00
licenses(["notice"]) # MIT
filegroup(
name = "COPYING",
visibility = ["//visibility:public"],
)
cc_library(
name = "gif",
linkopts = ["-lgif"],
visibility = ["//visibility:public"],
)