/mwe_gtest_cmake

minimal working example cmake project with Gtest as a submodule

Primary LanguageC++Apache License 2.0Apache-2.0

mwe_gtest_cmake

minimal working example cmake project with Gtest as a submodule

Build

git clone --recursive https://github.com/yuzhangbit/mwe_gtest_cmake.git
cd mwe_gtest_cmake
mkdir build
cd build
cmake ..
make tests

Run tests

make test