mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Added basic ability to find Matlab installations. Added test cpp file under modules/matlab/test to test mex compiler within cmake
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#include <mex.h>
|
||||
|
||||
void mexFunction(int nlhs, mxArray* plhs[], int nrhs, const mxArray* prhs[]) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user