1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-08 23:24:20 +00:00
Commit graph

9 commits

Author SHA1 Message Date
Arni
a72a0536c7
fix installing via cmake (#374) 2024-10-14 18:05:55 +03:00
Chris Sauer
016883d29a
Simplify Bazel (#312) 2023-11-15 14:17:08 +04:00
Chris Sauer
3437129f30
Bazel: Make include directories consistent (#311)
Addresses Bazel part of https://github.com/Neargye/magic_enum/issues/310
2023-11-14 21:07:33 +04:00
neargye
eb867ec9ba put headers in include/magic_enum directory 2023-11-12 01:11:55 +04:00
Ezekiel Warren
48054f64ab
add bzlmod support (#254) 2023-04-26 20:16:08 +04:00
neargye
8bd403f888 fix #216, fix #199 2022-11-07 21:00:16 +04:00
neargye
c59aec8b1c fuse separated into separate header 2022-05-10 21:22:57 +04:00
Gregor Jasny
c1e7c1475a
chore: update catch2 to 2.13.4 for Apple Silicon support (#75) 2021-02-22 18:10:47 +02:00
FelixDuvalletKodiak
f3b4a01ce2
Add support for bazel (#56)
* Add support for bazel

Bazel support for the magic_enum repository would help others using
bazel integrate this library into their projects.

This PR adds a BUILD file which enables magic_enum to be imported
seamlessly into other WORKSPACE files without having to write a custom
BUILD file.

It also adds bazel binaries & tests to enable running them via bazel
locally:

   export CC=clang ; bazel build //... ; bazel test //... ; bazel run //:example

Finally, bazel compilation artifacts are added to the gitignore file.

* Update BUILD file & specify http_archive in README

* Lint BUILD file
2020-10-08 10:10:15 +03:00