INCLUDE(${QT_USE_FILE}) QT4_WRAP_CPP( mcastsend_MOC mcastsend.h ) QT4_WRAP_CPP( mcastreceive_MOC mcastreceive.h ) SET(argparser_SRC McastConfigArgParser.h McastConfigArgParser.cpp ) ADD_EXECUTABLE(mcastsend mcastsend.cpp mcastsend.h ${argparser_SRC} ${mcastsend_MOC} ) ADD_EXECUTABLE(mcastreceive mcastreceive.cpp mcastreceive.h ${argparser_SRC} ${mcastreceive_MOC} ) TARGET_LINK_LIBRARIES(mcastsend pvsmcast ) TARGET_LINK_LIBRARIES(mcastreceive pvsmcast )