aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nameof/vcpkg.json
blob: dc85772a3df6df4381aba38d1ade1f3443d6e47a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "nameof",
  "version": "0.10.4",
  "description": "Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum.",
  "homepage": "https://github.com/Neargye/nameof",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}