xref: /aosp_15_r20/external/pytorch/third_party/cpp-httplib.BUILD (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1load("@rules_cc//cc:defs.bzl", "cc_library")
2
3cc_library(
4    name = "cpp-httplib",
5    hdrs = ["httplib.h"],
6    includes = [
7        "/",
8    ],
9    visibility = ["//visibility:public"],
10)
11