1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-27 14:23:04 +04:00
Files
opencv/cmake/checks/winrttest.cpp
T
2013-08-21 18:59:26 +04:00

7 lines
65 B
C++

#include <wrl/client.h>
int main(int, char**)
{
return 0;
}