An open API service indexing awesome lists of open source software.

https://github.com/polaris/gtest-cmake-integration

Example project to show how to integrate Google Test using CMake and Git Submodules
https://github.com/polaris/gtest-cmake-integration

Last synced: 4 months ago
JSON representation

Example project to show how to integrate Google Test using CMake and Git Submodules

Awesome Lists containing this project

README

        

# gtest-cmake-integration

Example project to show how to integrate Google Test using CMake and Git Submodules

#### Steps to build and run

Fetch Google Test as a submodule:

git submodule update --init

Build everything:

mkdir build
cd build
cmake ..
make

Run the tests:

./test