aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fakeit/vcpkg.json
blob: 44ef830901827decd0a6779f94a7742a20a168c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "fakeit",
  "version": "2.4.1",
  "description": "FakeIt is a simple mocking framework for C++. It supports GCC, Clang and MS Visual C++.",
  "homepage": "https://github.com/eranpeer/FakeIt",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}