aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rttr/vcpkg.json
blob: 26be709d0a1c36c3579d5950cce3579c949c5c29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "rttr",
  "version": "0.9.6+20210811",
  "port-version": 1,
  "description": "an easy and intuitive way to use reflection in C++",
  "homepage": "https://github.com/rttrorg/rttr",
  "license": "MIT",
  "supports": "(static & staticcrt) | (!static & staticcrt) | (!static & !staticcrt)",
  "dependencies": [
    "rapidjson",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}