Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-central-registry
/
b0c5b4dfe03e9924822f99c981a6b0795afa7129
/
.
/
modules
/
libgit2
/
1.9.2
/
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__"
],
)