source:
lemon-main/demo/Makefile.am
@
161:2c999941b871
Last change on this file since 161:2c999941b871 was 146:4b42aa24ce12, checked in by , 17 years ago | |
---|---|
File size: 311 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | EXTRA_DIST += \ |
[146] | 2 | demo/CMakeLists.txt |
[1] | 3 | |
4 | if WANT_DEMO | |
5 | ||
[85] | 6 | noinst_PROGRAMS += \ |
[135] | 7 | demo/arg_parser_demo \ |
8 | demo/graph_to_eps_demo \ | |
[127] | 9 | demo/lgf_demo |
[1] | 10 | |
11 | endif WANT_DEMO | |
[85] | 12 | |
13 | demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc | |
[135] | 14 | demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc |
[127] | 15 | demo_lgf_demo_SOURCES = demo/lgf_demo.cc |
Note: See TracBrowser
for help on using the repository browser.