games202-hw/hw2/prt/ext/spherical-harmonics/third_party/eigen3.BUILD

15 lines
333 B
Plaintext

licenses(["restricted"]) # MPL2, portions GPL v3, LGPL v3, BSD-like
exports_files(["LICENSE"])
cc_library(
name = "eigen3",
visibility = ["//visibility:public"],
hdrs = glob(
include = ["Eigen/**"],
exclude = ["Eigen/**/CMakeLists.txt"],
),
defines = ["EIGEN_MPL2_ONLY"],
alwayslink = 1,
)