aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/argagg/vcpkg.json
blob: 616ef9e31db6823cb1fbf48aabe951ee2412f95b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "argagg",
  "version": "0.4.7",
  "description": "A simple C++11 command line argument parser",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}