mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
fe351d5ab8
In Bazel 9+ all rulesets have to be explicitly loaded from external modules. See https://blog.bazel.build/2026/01/20/bazel-9.html#:~:text=In%208.0%2C%20we,flag%20in%2010.0. Change-Id: Ib55d32ea9e935cc5ed0c304a1eed972b3b12b833
10 lines
319 B
Python
10 lines
319 B
Python
# MODULE.bazel
|
|
|
|
module(name = "ceres-solver", version="head")
|
|
|
|
bazel_dep(name = "abseil-cpp", version = "20250127.0")
|
|
bazel_dep(name = "googletest", version = "1.16.0")
|
|
bazel_dep(name = "eigen", version = "3.4.0")
|
|
bazel_dep(name = "google_benchmark", version = "1.8.4")
|
|
bazel_dep(name = "rules_cc", version = "0.2.22")
|