aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gcem/vcpkg.json
blob: 9580206b8631bdc139fdb830da3cf6fc87ebc9d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "gcem",
  "version": "1.18.0",
  "description": "A C++ compile-time math library using generalized constant expressions",
  "homepage": "https://www.kthohr.com/gcem.html",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}