aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mimicpp/vcpkg.json
blob: e2277e912f9ef1f6529543c6776a9179a180a975 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "mimicpp",
  "version": "9.1.0",
  "description": "mimic++, a modern and (mostly) macro free mocking framework.",
  "homepage": "https://github.com/DNKpp/mimicpp",
  "license": "BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}