forpy  2
version.h
Go to the documentation of this file.
1 // The library version information.
2 #pragma clang diagnostic push
3 #pragma clang diagnostic ignored "-Wunused-function"
4 static unsigned int FORPY_LIB_VERSION() { return 200U; }
5 #pragma clang diagnostic pop
6 // OpenCV availability information.
7 /* #undef WITH_OPENCV */
static unsigned int FORPY_LIB_VERSION()
Definition: version.h:4