COIN-OR::LEMON - Graph Library

source: lemon/demo/Makefile.am @ 89:e6452a49192c

Last change on this file since 89:e6452a49192c was 85:3453d20a82cd, checked in by Alpar Juttner <alpar@…>, 16 years ago

Port arg_parser from svn -r3438

File size: 170 bytes
RevLine 
[1]1EXTRA_DIST += \
2        demo/Makefile
3
4if WANT_DEMO
5
[85]6noinst_PROGRAMS += \
7        demo/arg_parser_demo
[1]8
9endif WANT_DEMO
[85]10
11demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
12
Note: See TracBrowser for help on using the repository browser.