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:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user