
SET(matcher_STAT_SRCS
InvokeAtLeastMatcher.cpp
InvokeAtMostMatcher.cpp
InvokeCountMatcher.cpp
InvokedRecorder.cpp
InvokeOnceMatcher.cpp
TestFailureMatcher.cpp
TypelessMatcher.cpp
InvokeAtLeastOnceMatcher.cpp
UnlimitedMatcher.cpp
)

ADD_LIBRARY(matcher ${SUBLIBMODEL} ${matcher_STAT_SRCS})

########### install files ###############

INSTALL_FILES( /include/mockpp/matcher FILES  AnyArgumentsMatcher.h ArgumentsMatcher.h  	InvokeAtLeastOnceMatcher.h InvokeCountMatcher.h InvokedAfterMatcher.h InvokedRecorder.h  	InvokeOnceMatcher.h NoArgumentsMatcher.h StatelessInvocationMatcher.h TestFailureMatcher.h  	InvokeAtMostMatcher.h InvokedBeforeMatcher.h InvokeAtLeastMatcher.h InvocationMatcher.h  	TypelessMatcher.h MatcherHolder.h  UnlimitedMatcher.h )
