diff options
Diffstat (limited to 'vcpkg/ports/murmurhash/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/murmurhash/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/murmurhash/vcpkg.json b/vcpkg/ports/murmurhash/vcpkg.json new file mode 100644 index 0000000..f79ceee --- /dev/null +++ b/vcpkg/ports/murmurhash/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "murmurhash", + "version-date": "2016-01-09", + "port-version": 7, + "description": "MurmurHash a family of hash functions.", + "homepage": "https://github.com/aappleby/smhasher", + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |