aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/doctest/vcpkg.json
blob: 0fef10392dd7c79254900cb686e75e29f0727223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "doctest",
  "version": "2.4.12",
  "description": "The fastest feature-rich C++11/14/17/20 single-header testing framework",
  "homepage": "https://github.com/doctest/doctest",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}