
ADD_EXECUTABLE( seabed_stereo_calib_test seabed_stereo_calib_test.cpp )

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

