COIN-OR::LEMON - Graph Library

source: lemon/demo/Makefile.am @ 245:da1d220b176b

Last change on this file since 245:da1d220b176b was 164:00d297da491e, checked in by Balazs Dezso <deba@…>, 16 years ago

Reworking demo file

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