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
- Host: GitHub
- URL: https://github.com/polaris/gtest-cmake-integration
- Owner: polaris
- Created: 2019-08-17T19:43:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T19:13:30.000Z (almost 6 years ago)
- Last Synced: 2025-01-13T02:12:14.032Z (6 months ago)
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ..
makeRun the tests:
./test