Files
pytorch/third_party/cpp-httplib.BUILD
Tristan Rice 597922ba21 Reapply "distributed debug handlers (#126601)" (#127805)
This reverts commit 7646825c3eb687030c4f873b01312be0eed80174.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/127805
Approved by: https://github.com/PaliC
2024-06-04 19:44:30 +00:00

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"],
)