2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-19 16:22:14 +00:00
Files
graph/build/Jamfile
Dave Abrahams eeefccf435 respect <sysinclude>
[SVN r13995]
2002-05-21 16:24:07 +00:00

11 lines
286 B
Plaintext

subproject libs/graph/build ;
SOURCES = graphviz_graph_lex graphviz_digraph_lex
graphviz_graph_parser graphviz_digraph_parser ;
lib libbgl-viz : ../src/$(SOURCES).cpp
: <sysinclude>$(BOOST_ROOT)
: debug <inlining>on #inlining prevents linker name clashes due to truncation!
;