blob: 8a8bca3b589fe032286837215ff10fecbd296f92 [file] [log] [blame]
Brian Silverman1c0612e2019-01-26 17:26:08 -08001cc_library(
2 name = "structures",
3 hdrs = [
4 "structures.h",
5 ],
6 visibility = ["//visibility:public"],
7 deps = [
8 "//aos/containers:sized_array",
9 "//third_party/eigen",
10 ],
11)