eclipse + mingw环境下如何使用gtest
在vs环境下使用gtest做C++单元测试正常,现在要在eclipse + mingw环境下使用,请问下在mingw下如何使用gtest?
补充:用vs编译gtest的lib库,用eclipse + mingw一直出现
Function 'GetInstance' could not be resolved
Method 'Run' could not be resolved
Type 'testing::GTEST_FLAG' could not be resolved
请问是否是vs下生成的lib mingw不支持?