aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/unittest-cpp/vcpkg.json
blob: 2a5211fff268494a9b056cfd61887c3209eccf27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "unittest-cpp",
  "version-semver": "2.0.0",
  "port-version": 6,
  "description": "A lightweight unit testing framework for C++",
  "homepage": "https://github.com/unittest-cpp/unittest-cpp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}