opencv/cmake/checks/winrttest.cpp
2013-08-06 18:07:00 +04:00

6 lines
64 B
C++

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