aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/catch2/vcpkg.json
blob: 5621d8db3d0481563a0ace40334413d46cddef69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "catch2",
  "version-semver": "3.11.0",
  "description": "A modern, C++-native, test framework for unit-tests, TDD and BDD.",
  "homepage": "https://github.com/catchorg/Catch2",
  "license": "BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "thread-safe-assertions": {
      "description": "Enables thread safe assertions"
    }
  }
}