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
- Host: GitHub
- URL: https://github.com/antonkosov/cmake-googletest-example
- Owner: AntonKosov
- Created: 2018-08-20T07:16:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T07:32:18.000Z (almost 8 years ago)
- Last Synced: 2025-01-13T20:42:40.717Z (over 1 year ago)
- Topics: cmake, googletest, gtest
- Language: CMake
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`