aboutsummaryrefslogtreecommitdiff
path: root/ports/magic-enum/CONTROL
diff options
context:
space:
mode:
authorDaniel Marshall <xandan@gmail.com>2019-06-07 20:08:41 +0100
committerCurtis J Bezault <curtbezault@gmail.com>2019-06-07 12:08:41 -0700
commit1f3964f18b18bbffbf7064fe3ddc6d6f420d804b (patch)
tree84dfdf4ce466dfc9610f0d0c809e019701029cf4 /ports/magic-enum/CONTROL
parentb021f9db4aeea5fc6952b53034301e00356bb9de (diff)
downloadvcpkg-1f3964f18b18bbffbf7064fe3ddc6d6f420d804b.tar.gz
vcpkg-1f3964f18b18bbffbf7064fe3ddc6d6f420d804b.zip
[magic-enum] Add new port (#6817)
* [magic-enum] Add new port * Update portfile.cmake
Diffstat (limited to 'ports/magic-enum/CONTROL')
-rw-r--r--ports/magic-enum/CONTROL3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/magic-enum/CONTROL b/ports/magic-enum/CONTROL
new file mode 100644
index 000000000..590b8d758
--- /dev/null
+++ b/ports/magic-enum/CONTROL
@@ -0,0 +1,3 @@
+Source: magic-enum
+Version: 2019-06-07
+Description: Header-only C++17 library provides static reflection for enums, work with any enum type without any macro or boilerplate code.