mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
now in conan-center (#41)
This commit is contained in:
parent
2b0dcc9cfd
commit
dbd1c76400
5 changed files with 2 additions and 97 deletions
|
|
@ -10,7 +10,7 @@
|
|||
```
|
||||
|
||||
[](https://github.com/Neargye/magic_enum/releases)
|
||||
[](https://bintray.com/neargye/conan-packages/magic_enum:neargye)
|
||||
[](https://conan.io/center/magic_enum/0.6.6)
|
||||
[](https://github.com/microsoft/vcpkg/tree/master/ports/magic-enum)
|
||||
[](LICENSE)
|
||||
[](https://travis-ci.org/Neargye/magic_enum)
|
||||
|
|
@ -205,7 +205,7 @@ 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 [Conan](https://www.conan.io/) to manage your dependencies, merely add `magic_enum/x.y.z@neargye/stable` to your conan's requires, where `x.y.z` is the release version you want to use.
|
||||
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.
|
||||
|
||||
Alternatively, you can use something like [CPM](https://github.com/TheLartians/CPM) which is based on CMake's `Fetch_Content` module.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue