author | Balazs Dezso <deba@inf.elte.hu> |
Sun, 25 May 2008 17:01:11 +0200 | |
changeset 158 | 500f3cbff9e4 |
parent 135 | 6e7aee618f03 |
child 164 | 00d297da491e |
permissions | -rw-r--r-- |
1 EXTRA_DIST += \
2 demo/CMakeLists.txt
4 if WANT_DEMO
6 noinst_PROGRAMS += \
7 demo/arg_parser_demo \
8 demo/graph_to_eps_demo \
9 demo/lgf_demo
11 endif WANT_DEMO
13 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
14 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
15 demo_lgf_demo_SOURCES = demo/lgf_demo.cc