aboutsummaryrefslogtreecommitdiff
path: root/ports/catch2/vcpkg.json
blob: 83dd9ff3df7a61cc7e529797774323b5456d1e91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "catch2",
  "version-semver": "2.13.7",
  "port-version": 1,
  "description": "A modern, header-only test framework for unit testing.",
  "homepage": "https://github.com/catchorg/Catch2",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}