mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
Simplify Bazel (#312)
This commit is contained in:
parent
3437129f30
commit
016883d29a
6 changed files with 19 additions and 35 deletions
|
|
@ -1,6 +1,6 @@
|
|||
module(name = "magic_enum_tests")
|
||||
|
||||
bazel_dep(name = "magic_enum")
|
||||
bazel_dep(name = "rules_cc", version = "0.0.8")
|
||||
|
||||
local_path_override(module_name = "magic_enum", path = "..")
|
||||
|
||||
bazel_dep(name = "rules_cc", version = "0.0.8")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue