minimal working example cmake project with Gtest as a submodule
git clone --recursive https://github.com/yuzhangbit/mwe_gtest_cmake.git
cd mwe_gtest_cmake
mkdir build
cd build
cmake ..
make tests
make test
minimal working example cmake project with Gtest as a submodule
C++Apache-2.0