Xcode gtest.h 未找到
Xcode gtest.h not found
我已遵循 google 的安装指南 here。
构建失败,因为未找到 gtest/gtest.h。
在与他一起调试他的问题后,我们决定使用 cmake 而不是使用框架包,现在一切正常。
我已遵循 google 的安装指南 here。
构建失败,因为未找到 gtest/gtest.h。
在与他一起调试他的问题后,我们决定使用 cmake 而不是使用框架包,现在一切正常。