Location: LEMON/LEMON-main/demo/Makefile.am

Load file history
gravatar
kpeter (Peter Kovacs)
Fixes in the map concepts - Now Value type needn't be default constructible. - Extend the test file to check this.
EXTRA_DIST += \
demo/Makefile
if WANT_DEMO
noinst_PROGRAMS += \
demo/arg_parser_demo
endif WANT_DEMO
demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc