
SET(constraint_STAT_SRCS
IsAnything.cpp
IsNothing.cpp
ConstraintSet.cpp
TypelessConstraint.cpp
)


ADD_LIBRARY(constraint ${SUBLIBMODEL} ${constraint_STAT_SRCS})


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

INSTALL_FILES( /include/mockpp/constraint FILES  IsAnything.h IsCloseTo.h IsEqual.h  				IsGreaterThan.h 	IsInstanceOf.h IsLessThan.h IsNot.h IsNothing.h IsSame.h Or.h  				StringContains.h StringStartsWith.h StringEndsWith.h And.h IsGreaterOrEqual.h  	IsLessOrEqual.h Constraint.h ConstraintSet.h ConstraintSetN.h OutBound.h  		TypelessConstraint.h ConstraintHolder.h ConstraintList.h TriggeredConstraint.h  	TriggeredOutbound.h )



