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

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

