aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/systemlibs/curl.BUILD
blob: c5f125caa9eb46d99237c26151383d199e39d7d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
licenses(["notice"])  # MIT/X derivative license

filegroup(
    name = "COPYING",
    visibility = ["//visibility:public"],
)

cc_library(
    name = "curl",
    linkopts = ["-lcurl"],
    visibility = ["//visibility:public"],
)