mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
Merge ec79fd3c05 into 2e6e8bfff3
This commit is contained in:
commit
c7ec5246f3
4 changed files with 11 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
load("@rules_cc//cc:defs.bzl", "cc_library")
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files(["LICENSE"])
|
||||
|
|
|
|||
|
|
@ -3,3 +3,5 @@ module(
|
|||
version = "0.9.7",
|
||||
compatibility_level = 0,
|
||||
)
|
||||
|
||||
bazel_dep(name = "rules_cc", version = "0.2.14")
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
load("@rules_cc//cc:defs.bzl", "cc_test", "cc_library")
|
||||
|
||||
_TESTS = [
|
||||
"test",
|
||||
"test_flags",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
module(name = "magic_enum_tests")
|
||||
|
||||
bazel_dep(name = "magic_enum")
|
||||
local_path_override(module_name = "magic_enum", path = "..")
|
||||
local_path_override(
|
||||
module_name = "magic_enum",
|
||||
path = "..",
|
||||
)
|
||||
|
||||
bazel_dep(name = "rules_cc", version = "0.0.8")
|
||||
bazel_dep(name = "rules_cc", version = "0.2.14")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue