aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fxdiv/vcpkg.json
blob: be8293ba8bf542eabcb23081822595fe01514d6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "fxdiv",
  "version-date": "2021-02-21",
  "port-version": 4,
  "description": "C99/C++ header-only library for division via fixed-point multiplication by inverse",
  "homepage": "https://github.com/Maratyszcza/FXdiv",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}