Jamfile.v2 472 B

1234567891011121314
  1. # Copyright 2009 Vladimir Prus.
  2. #
  3. # Distributed under the Boost Software License, Version 1.0.
  4. # (See accompanying file LICENSE_1_0.txt or copy at
  5. # http://www.boost.org/LICENSE_1_0.txt)
  6. project : requirements <library>../build//boost_graph_parallel
  7. <library>../../system/build//boost_system
  8. <library>../../mpi/build//boost_mpi
  9. ;
  10. exe breadth_first_search : breadth_first_search.cpp ;
  11. exe dijkstra_shortest_paths : dijkstra_shortest_paths.cpp ;