aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/bext-ut/vcpkg.json
blob: 2888766ecdd6b288213d187271f99ae9de4cef64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "bext-ut",
  "version": "2.0.1",
  "description": "C++ single header/single module, macro-free μ(micro)/Unit Testing Framework.",
  "homepage": "https://github.com/boost-ext/ut",
  "license": "BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}