mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
add bzlmod support (#254)
This commit is contained in:
parent
fc88b4936a
commit
48054f64ab
18 changed files with 134 additions and 63 deletions
|
|
@ -301,7 +301,7 @@ Header-only C++17 library provides static reflection for enums, work with any en
|
|||
```
|
||||
bazel build //...
|
||||
bazel test //...
|
||||
bazel run //:example
|
||||
bazel run //example
|
||||
```
|
||||
|
||||
(Note that you must use a supported compiler or specify it with `export CC= <compiler>`.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue