#-------------------------------------------------------- # The CMakeLists.txt for: pDynamicWaypointLL # Author(s): Andrew Patrikalakis #-------------------------------------------------------- FILE(GLOB SRC *.cpp) ADD_EXECUTABLE(pDynamicWaypointLL ${SRC}) TARGET_LINK_LIBRARIES(pDynamicWaypointLL ${MOOS_LIBRARIES} ${MOOSGeodesy_LIBRARIES} anrp_util m pthread)