Merge pull request #2801 from ilya-lavrenov:tapi_reduction
[profile/ivi/opencv.git] / cmake / checks / winrttest.cpp
1 #include <wrl/client.h>
2
3 int main(int, char**)
4 {
5     return 0;
6 }