added stub library for cudev module
in order to make CMake scripts work properly
This commit is contained in:
11
modules/cudev/src/stub.cpp
Normal file
11
modules/cudev/src/stub.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <opencv2/core/cvdef.h>
|
||||
|
||||
namespace cv { namespace cudev {
|
||||
|
||||
CV_EXPORTS void stubFunc();
|
||||
|
||||
}}
|
||||
|
||||
void cv::cudev::stubFunc()
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user