COIN-OR::LEMON - Graph Library

source: lemon/demo/Makefile.am @ 498:f59df77f5c8d

Last change on this file since 498:f59df77f5c8d was 415:fa341dd6ab23, checked in by Alpar Juttner <alpar@…>, 15 years ago

Transform circulation demo to test

File size: 331 bytes
RevLine 
[1]1EXTRA_DIST += \
[164]2        demo/CMakeLists.txt \
3        demo/digraph.lgf
[1]4
5if WANT_DEMO
6
[85]7noinst_PROGRAMS += \
[135]8        demo/arg_parser_demo \
9        demo/graph_to_eps_demo \
[127]10        demo/lgf_demo
[1]11
12endif WANT_DEMO
[85]13
14demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
[135]15demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
[127]16demo_lgf_demo_SOURCES = demo/lgf_demo.cc
Note: See TracBrowser for help on using the repository browser.