
ADD_EXECUTABLE( stereo_disparity stereo_disparity.cpp )

# Link test to libsnapper library 
TARGET_LINK_LIBRARIES( stereo_disparity snapper )

