opencv/cmake/checks/winrttest.cpp
2013-08-21 18:59:26 +04:00

7 lines
65 B
C++

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