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

https://github.com/antonkosov/cmake-googletest-example


https://github.com/antonkosov/cmake-googletest-example

cmake googletest gtest

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# CMake+GoogleTest example

`git clone --recurse-submodules git@github.com:AntonKosov/cmake-googletest-example.git`

`mkdir build-MinGW`

`cd build-MinGW`

`cmake -G "MinGW Makefiles" ..\cmake-googletest-example`

`mingw32-make`

`./bin/tests.exe`