
ADD_EXECUTABLE( mbNMEA83p_to_gsf mbNMEA83p_to_gsf.cpp)


# Link to seabedcommon library 
TARGET_LINK_LIBRARIES( mbNMEA83p_to_gsf deltaT plankton gsf)


# Install the binary on 'make install'
INSTALL_TARGETS( /bin mbNMEA83p_to_gsf )
