Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53933 - trunk/libs/graph_parallel/example
From: jewillco_at_[hidden]
Date: 2009-06-15 10:22:31


Author: jewillco
Date: 2009-06-15 10:22:31 EDT (Mon, 15 Jun 2009)
New Revision: 53933
URL: http://svn.boost.org/trac/boost/changeset/53933

Log:
Added Jamfile to build examples, courtesy of Vladimir Prus; refs #3134
Added:
   trunk/libs/graph_parallel/example/Jamfile.v2 (contents, props changed)

Added: trunk/libs/graph_parallel/example/Jamfile.v2
==============================================================================
--- (empty file)
+++ trunk/libs/graph_parallel/example/Jamfile.v2 2009-06-15 10:22:31 EDT (Mon, 15 Jun 2009)
@@ -0,0 +1,7 @@
+
+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 ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk