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

update readme

This commit is contained in:
neargye 2023-06-16 00:30:02 +04:00
parent 911cd2047b
commit e43f7a9329

View file

@ -292,7 +292,7 @@ Header-only C++17 library provides static reflection for enums, work with any en
## Integration
* You should add the required file [magic_enum.hpp](include/magic_enum.hpp).
* You should add the required file [magic_enum.hpp](include/magic_enum.hpp), and optionally other headers from [include dir](include/) or [release archive](https://github.com/Neargye/magic_enum/releases/latest). Alternatively, you can build the library with CMake.
* If you are using [vcpkg](https://github.com/Microsoft/vcpkg/) on your project for external dependencies, then you can use the [magic-enum package](https://github.com/microsoft/vcpkg/tree/master/ports/magic-enum).