mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-08 11:49:39 -04:00
18 lines
335 B
Makefile
18 lines
335 B
Makefile
|
|
libtclapincludedir = $(includedir)/tclap
|
|
|
|
libtclapinclude_HEADERS = ArgException.h \
|
|
CmdLine.h \
|
|
CommandLine.h \
|
|
XorHandler.h \
|
|
MultiArg.h \
|
|
UnlabeledMultiArg.h \
|
|
ValueArg.h \
|
|
UnlabeledValueArg.h \
|
|
Visitor.h Arg.h \
|
|
HelpVisitor.h \
|
|
SwitchArg.h \
|
|
VersionVisitor.h \
|
|
IgnoreRestVisitor.h
|
|
|