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

View File

@@ -0,0 +1,11 @@
#include <opencv2/core/cvdef.h>
namespace cv { namespace cudev {
CV_EXPORTS void stubFunc();
}}
void cv::cudev::stubFunc()
{
}