1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-22 01:34:22 +00:00
Commit graph

6 commits

Author SHA1 Message Date
Arniiiii
cf574c407f add gh workflow for checking of working installed version
microfix

add gh workflow part for pkgconfig

uncomment that should not be commented

move some add_subdirectory to logically correct place
2024-08-15 07:57:15 +00:00
Ezekiel Warren
48054f64ab
add bzlmod support (#254) 2023-04-26 20:16:08 +04: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
neargye
497a0c0b69 update gitignore 2019-10-17 13:08:44 +05:00
terik23
74eac12c11 dev v0.3.0 2019-04-08 01:56:13 +05:00
terik23
ac6444fae5 v0.1.0 2019-03-31 02:44:47 +05:00