aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libassert/vcpkg.json
blob: b1dbda3ef81d7f191b52e647aa29b5c33c37f180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "libassert",
  "version": "2.2.1",
  "description": "The most over-engineered C++ assertion library",
  "homepage": "https://github.com/jeremy-rifkin/libassert",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    "cpptrace",
    "magic-enum",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}