Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-central-registry
/
80baab82e01ba1d474192fbb87d5478ddf0c0f9d
/
.
/
modules
/
libgit2
/
1.9.1
/
overlay
/
include
/
BUILD.bazel
blob: e60ce6245743533408548cac20ee584e30a5fe00 [
file
]
load
(
"@rules_cc//cc:cc_library.bzl"
,
"cc_library"
)
cc_library
(
name
=
"git2"
,
hdrs
=
[
"git2.h"
,
]
+
glob
([
"git2/**/*.h"
,
]),
strip_include_prefix
=
"/include"
,
visibility
=
[
"//:__subpackages__"
],
)