0
0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-18 17:11:21 +01:00

fix: magic_enum.hpp reference (#390)

This commit is contained in:
Emmanuel Ferdman
2024-11-23 18:07:03 +02:00
committed by GitHub
parent 06741ec03f
commit 85e05c8e76

View File

@@ -306,7 +306,7 @@ If you like this project, please consider donating to one of the funds that help
## Integration
* 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.
* You should add the required file [magic_enum.hpp](include/magic_enum/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).