mirror of
https://github.com/boostorg/graph.git
synced 2026-01-19 16:22:14 +00:00
11 lines
286 B
Plaintext
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!
|
|
;
|