1. 首页
  2. 数据库
  3. 其它
  4. How to install Gtest On MacOS and Xcode(如何在MacOS上安装gtest以及XCode使用gtest)

How to install Gtest On MacOS and Xcode(如何在MacOS上安装gtest以及XCode使用gtest)

上传者: 2021-02-01 05:50:27上传 PDF文件 111.58KB 热度 19次
How to install Gtest On MacOS git clone https://github.com/google/googletest.git cd googletest makedir build && cd build cmake -DCMAKE_CXX_STANDARD=17 .. make sudo make install ######test mkdir gtestDemo vi CMakeList.txt echo “export CPLUS_INCLUDE_PATH=/usr/local/include >> ~/.zshrc echo export
用户评论