aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/eigen3/BUILD
blob: ac7eede6d991477f5929308de013e7cba9a4b477 (plain)
1
2
3
4
5
6
7
8
9
10
licenses(["restricted"])  # MPL2, portions GPL v3, LGPL v3, BSD-like

cc_library(
    name = "eigen3",
    hdrs = glob([
        "**/*.h",
    ]),
    includes = [ "." ],
    visibility = ["//visibility:public"],
)