Fix osd_regression build

osd_regression needs to link against all the appropriate OSD dependencies, including possibly CUDA, TBB, ICC...
This commit is contained in:
manuelk 2013-09-11 18:25:25 -07:00
parent 7d4999c46e
commit 563ac5b55f

View File

@ -51,7 +51,7 @@ if ( OPENCL_FOUND )
endif()
add_executable(osd_regression
_add_possibly_cuda_executable(osd_regression
${SOURCE_FILES}
)