Neargye / magic_enum

Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
MIT License
4.99k stars 445 forks source link

meson: install headers and pkg-config file #383

Closed stephanlachnit closed 2 weeks ago

stephanlachnit commented 1 month ago

This is useful when embedding magic_enum as a subproject in a larger Meson project. Would be super cool if you tag a version with this for us to use :)

Neargye commented 2 weeks ago

Thanks!