Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-central-registry
/
440b2bd343337a21ddcf6fa64ef24765282fae76
/
.
/
modules
/
libgit2
/
1.8.1
/
overlay
/
include
/
BUILD.bazel
blob: 0de70df4bbe39c9b4f1b605fbd35e3732e51b176 [
file
]
cc_library
(
name
=
"git2"
,
hdrs
=
glob
([
"git2.h"
,
"git2/**/*.h"
,
]),
strip_include_prefix
=
"/include"
,
visibility
=
[
"//:__subpackages__"
],
)