1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

cuda: fix samples

This commit is contained in:
Alexander Alekhin
2017-01-19 16:56:06 +03:00
parent 68e50661a2
commit 4b7c0b9c76
2 changed files with 4 additions and 12 deletions
+2 -2
View File
@@ -4,11 +4,11 @@ file(GLOB sources "performance/*.cpp")
file(GLOB headers "performance/*.h")
if(HAVE_opencv_xfeatures2d)
ocv_include_directories("${opencv_xfeatures2d_SOURCE_DIR}/include")
ocv_include_modules_recurse(opencv_xfeatures2d)
endif()
if(HAVE_opencv_bgsegm)
ocv_include_directories("${opencv_bgsegm_SOURCE_DIR}/include")
ocv_include_modules_recurse(opencv_bgsegm)
endif()
add_executable(${the_target} ${sources} ${headers})