aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cxxgraph/vcpkg.json
blob: 459886ba24ea7e7d18f62c3b34e54d7343a3ca71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "cxxgraph",
  "version": "4.1.0",
  "description": "CXXGraph is a header only comprehensive C++ graph library.",
  "homepage": "https://github.com/ZigRazor/CXXGraph",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}