aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/check/vcpkg.json
blob: dbc06c330762c6cfdb396dd4a686edb171313ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "check",
  "version": "0.15.2",
  "port-version": 5,
  "description": "A unit testing framework for C",
  "homepage": "https://github.com/libcheck/check",
  "license": "LGPL-2.1-only",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}