aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cpputest/vcpkg.json
blob: 318c0a61561b00d0bd6889f40d73abe751c23196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "cpputest",
  "version": "4.0",
  "description": "CppUTest unit testing and mocking framework for C/C++.",
  "homepage": "https://github.com/cpputest/cpputest",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}