mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
fix naming vcpkg
This commit is contained in:
parent
c025c43ffe
commit
0fbecb4947
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ enum class Color { RED = 2, BLUE = 4, GREEN = 8 };
|
|||
|
||||
You should add the required file [magic_enum.hpp](include/magic_enum.hpp).
|
||||
|
||||
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).
|
||||
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).
|
||||
|
||||
If you are using [Conan](https://www.conan.io/) to manage your dependencies, merely add `magic_enum/x.y.z` to your conan's requires, where `x.y.z` is the release version you want to use.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue