aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cityhash/vcpkg.json
blob: afa9b46cac769022ca90e24086b006d146df4ea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "cityhash",
  "version-date": "2013-01-08",
  "port-version": 3,
  "description": "CityHash, a family of hash functions for strings.",
  "homepage": "https://github.com/google/cityhash",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "sse": {
      "description": "Build CityHash variants that depend on the _mm_crc32_u64 intrinsic.",
      "supports": "x64 | (x86 & !windows)"
    }
  }
}