kse-01/tensorflow/third_party/systemlibs/curl.BUILD
github-classroom[bot] 1122cdd8b0
Initial commit
2023-10-09 11:37:31 +00:00

12 lines
230 B (Stored with Git LFS)
Text

licenses(["notice"]) # MIT/X derivative license
filegroup(
name = "COPYING",
visibility = ["//visibility:public"],
)
cc_library(
name = "curl",
linkopts = ["-lcurl"],
visibility = ["//visibility:public"],
)