
ADD_EXECUTABLE( mk_sound_speed mk_sound_speed.cpp  )
TARGET_LINK_LIBRARIES( mk_sound_speed seabedcommon seabedslam )

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

