vcpkg/ports/cxxgraph/vcpkg.json

17 lines
333 B
JSON

{
"name": "cxxgraph",
"version": "2.0.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
}
]
}