diff options
Diffstat (limited to 'vcpkg/ports/libpopcnt/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libpopcnt/vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/libpopcnt/vcpkg.json b/vcpkg/ports/libpopcnt/vcpkg.json new file mode 100644 index 0000000..ba012c0 --- /dev/null +++ b/vcpkg/ports/libpopcnt/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "libpopcnt", + "version": "3.1", + "description": "Fast C/C++ bit population count library", + "homepage": "https://github.com/kimwalisch/libpopcnt", + "license": "BSD-2-Clause" +} |