#-------------------------------------------------------- # The CMakeLists.txt for: pReliable # Author(s): #-------------------------------------------------------- SET(SRC Reliable.cpp Reliable_Info.cpp main.cpp ) ADD_EXECUTABLE(pReliable ${SRC}) TARGET_LINK_LIBRARIES(pReliable ${MOOS_LIBRARIES} apputil mbutil m pthread)