Files
graph_parallel/example/Jamfile.v2
2009-06-15 14:22:31 +00:00

8 lines
232 B
Plaintext

project : requirements <library>../build//boost_graph_parallel
<library>../../system/build//boost_system
;
exe breadth_first_search : breadth_first_search.cpp ;
exe dijkstra_shortest_paths : dijkstra_shortest_paths.cpp ;