#-------------------------------------------------------- # The CMakeLists.txt for: iAISNMEA # Author(s): Andrew Patrikalakis #-------------------------------------------------------- FILE(GLOB SRC *.cpp) ADD_EXECUTABLE(ll2local ${SRC}) TARGET_LINK_LIBRARIES(ll2local MOOS MOOSGen MOOSUtility anrp_util m pthread)