cameracv/libs/opencv/cmake/checks/openvx_refenum_test.cpp

6 lines
110 B
C++
Raw Normal View History

2023-05-18 21:39:43 +03:00
#include <VX/vx.h>
int main()
{
return VX_REFERENCE_COUNT == VX_REFERENCE_TYPE ? VX_REFERENCE_NAME : 0;
}