admin管理员组

文章数量:1631204

本文首发于个人博客https://kezunlin.me/post/aca50ff8/,欢迎阅读!

compile gtest on windows 10

Guide

  • compile gtest on ubuntu 16.04
  • compile gtest on windows 10

download

    wget https://github/google/googletest/archive/release-1.8.0.zip 

compile

    mkdir build 
    cd build
    sudo cmake-gui ..

with options

    BUILD_SHARED_LIBS ON
    CMAKE_CONFIGURATION_TYPES Release

compile and install gtest to C:Program Filesgtest.</

本文标签: 源码WindowsCMakeListsgtest