
ADD_EXECUTABLE( seabed_stereo_odometry_test seabed_stereo_odometry_test.cpp )


TARGET_LINK_LIBRARIES( seabed_stereo_odometry_test seabedcommon seabedslam
	libplankton::plankton
	${LIBCARP_LIBRARY}
        ${OpenCV_LIBRARIES}
	)
