Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-central-registry
/
a5ab53110b1719c49ecea5fc1c3463e5af1d3917
/
.
/
modules
/
implot
/
0.16
/
overlay
/
BUILD.bazel
blob: aacc07a2f9a6d2996d589dd89df9579e425611ea [
file
]
cc_library
(
name
=
"implot"
,
srcs
=
[
"implot.cpp"
,
"implot_demo.cpp"
,
"implot_items.cpp"
,
],
hdrs
=
[
"implot.h"
,
"implot_internal.h"
,
],
visibility
=
[
"//visibility:public"
],
deps
=
[
"@imgui"
,
],
)