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

13 lines
230 B
Plaintext
Raw Normal View History

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