add part of opencv
This commit is contained in:
5
Lib/opencv/sources/cmake/checks/openvx_refenum_test.cpp
Normal file
5
Lib/opencv/sources/cmake/checks/openvx_refenum_test.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <VX/vx.h>
|
||||
int main()
|
||||
{
|
||||
return VX_REFERENCE_COUNT == VX_REFERENCE_TYPE ? VX_REFERENCE_NAME : 0;
|
||||
}
|
||||
Reference in New Issue
Block a user