Files
tensorflow/third_party/systemlibs/curl.BUILD
2018-07-13 11:25:39 +08:00

13 lines
230 B
Plaintext

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