1
0
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:
Vladislav Vinogradov
2013-07-11 11:50:02 +04:00
parent 75b86c9706
commit d52ef2f758
3 changed files with 32 additions and 20 deletions
+11
View File
@@ -0,0 +1,11 @@
#include <opencv2/core/cvdef.h>
namespace cv { namespace cudev {
CV_EXPORTS void stubFunc();
}}
void cv::cudev::stubFunc()
{
}