mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
added stub library for cudev module
in order to make CMake scripts work properly
This commit is contained in:
@@ -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