Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

13 lines
235 B
Python

cc_library(
name = "util",
srcs = glob([
"src/**/*.cc",
"src/**/*.h",
]),
hdrs = glob(
["include/**/*.h"],
),
strip_include_prefix = "include",
visibility = ["//:__subpackages__"],
)