mirror of
https://github.com/boostorg/graph.git
synced 2026-01-24 18:02:19 +00:00
5 lines
201 B
CMake
5 lines
201 B
CMake
boost_module(graph DEPENDS property_map tuple multi_index any random)
|
|
boost_module(graph_mpi DEPENDS mpi graph)
|
|
|
|
# any is there because of the dependency on boost/property_map/dynamic_property_map.hpp
|