OpenCV_4.2.0/opencv-4.2.0/cmake/checks/openvx_refenum_test.cpp

6 lines
110 B
C++
Raw Normal View History

2024-07-25 16:47:56 +08:00
#include <VX/vx.h>
int main()
{
return VX_REFERENCE_COUNT == VX_REFERENCE_TYPE ? VX_REFERENCE_NAME : 0;
}