mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
d52ef2f758
in order to make CMake scripts work properly
12 lines
131 B
C++
12 lines
131 B
C++
#include <opencv2/core/cvdef.h>
|
|
|
|
namespace cv { namespace cudev {
|
|
|
|
CV_EXPORTS void stubFunc();
|
|
|
|
}}
|
|
|
|
void cv::cudev::stubFunc()
|
|
{
|
|
}
|