mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
This reverts commit 7646825c3e.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/127805
Approved by: https://github.com/PaliC
10 lines
191 B
Text
10 lines
191 B
Text
load("@rules_cc//cc:defs.bzl", "cc_library")
|
|
|
|
cc_library(
|
|
name = "cpp-httplib",
|
|
hdrs = ["httplib.h"],
|
|
includes = [
|
|
"/",
|
|
],
|
|
visibility = ["//visibility:public"],
|
|
)
|