CXXGraph is a header only comprehensive C++ graph library.
Run the following Vcpkg command to install the port.
vcpkg install cxxgraph
To use CXXGraph header files:
find_path(CXXGRAPH_INCLUDE_DIR cxxgraph/CXXGraph.hpp)
target_include_directories(main PRIVATE ${CXXGRAPH_INCLUDE_DIR})
v2.0.0#0
Jul 25, 2023
All
ZigRazor/CXXGraph329
github.com/ZigRazor/CXXGraph
080bf4d78f
Complex license
Manifest