mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[bazel] Move the easy pieces of the build over to bzlmod (#8542)
bzlmod is the future, and makes it easier to depend on AOS. --------- Signed-off-by: Austin Schuh <austin.linux@gmail.com>
This commit is contained in:
7
wpimath/src/main/native/thirdparty/eigen/include/MODULE.bazel
vendored
Normal file
7
wpimath/src/main/native/thirdparty/eigen/include/MODULE.bazel
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module(
|
||||
name = "eigen",
|
||||
version = "3.4.0",
|
||||
)
|
||||
|
||||
bazel_dep(name = "rules_cc", version = "0.1.5")
|
||||
bazel_dep(name = "rules_license", version = "1.0.0")
|
||||
Reference in New Issue
Block a user