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