robocar-steering/vendor/gocv.io/x/gocv/version.cpp

6 lines
77 B
C++

#include "version.h"
const char* openCVVersion() {
return CV_VERSION;
}