diff options
Diffstat (limited to 'vcpkg/ports/magic-enum/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/magic-enum/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/magic-enum/vcpkg.json b/vcpkg/ports/magic-enum/vcpkg.json new file mode 100644 index 0000000..93cac6f --- /dev/null +++ b/vcpkg/ports/magic-enum/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "magic-enum", + "version": "0.9.7", + "port-version": 1, + "description": "Header-only C++17 library provides static reflection for enums, work with any enum type without any macro or boilerplate code.", + "homepage": "https://github.com/Neargye/magic_enum", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |