equal
deleted
inserted
replaced
1 EXTRA_DIST += \ |
1 EXTRA_DIST += \ |
2 demo/Makefile |
2 demo/CMakeLists.txt |
3 |
3 |
4 if WANT_DEMO |
4 if WANT_DEMO |
5 |
5 |
6 noinst_PROGRAMS += \ |
6 noinst_PROGRAMS += \ |
7 demo/arg_parser_demo \ |
7 demo/arg_parser_demo \ |
11 endif WANT_DEMO |
11 endif WANT_DEMO |
12 |
12 |
13 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc |
13 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc |
14 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc |
14 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc |
15 demo_lgf_demo_SOURCES = demo/lgf_demo.cc |
15 demo_lgf_demo_SOURCES = demo/lgf_demo.cc |
16 |
|