mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
This reverts commit 7646825c3eb687030c4f873b01312be0eed80174. Pull Request resolved: https://github.com/pytorch/pytorch/pull/127805 Approved by: https://github.com/PaliC
11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
load("@rules_cc//cc:defs.bzl", "cc_library")
|
|
|
|
cc_library(
|
|
name = "cpp-httplib",
|
|
hdrs = ["httplib.h"],
|
|
includes = [
|
|
"/",
|
|
],
|
|
visibility = ["//visibility:public"],
|
|
)
|