samples: gpu: performance: fix include path for opencv_xfeatures2d
authorRok Mandeljc <rok.mandeljc@gmail.com>
Fri, 29 Aug 2014 22:49:56 +0000 (00:49 +0200)
committerRok Mandeljc <rok.mandeljc@gmail.com>
Fri, 29 Aug 2014 23:01:08 +0000 (01:01 +0200)
commitfbf28bcc63bc195e9736a5b2251accf050c69036
tree73b0852132d15ecd66baff296533244f8a72c42e
parent653bca8b741f9455e1da24dcf3ebc1bdab74baf2
samples: gpu: performance: fix include path for opencv_xfeatures2d

As opencv_xfeatures2d is part of opencv-contrib and not opencv repository,
${OpenCV_SOURCE_DIR}/modules/modules/include is not a correct include
path - use ${opencv_xfeatures2d_SOURCE_DIR}/include instead
samples/gpu/performance/CMakeLists.txt