| Name |
Last commit
|
Last update |
|---|---|---|
| googlemock | ||
| googletest | ||
| .gitignore | ||
| .travis.yml | ||
| CMakeLists.txt | ||
| README.md | ||
| appveyor.yml | ||
| travis.sh |
Adds instructions for how to add gtest and gmock to another CMake project directly. Downloading of the googletest sources happens as configure time, allowing it to be added to the main build directly via the add_subdirectory() command. This ensures googletest is built with the same compiler settings, etc. and will typically result in a more robust and more convenient build arrangement.
| Name |
Last commit
|
Last update |
|---|---|---|
| googlemock | Loading commit data... | |
| googletest | Loading commit data... | |
| .gitignore | Loading commit data... | |
| .travis.yml | Loading commit data... | |
| CMakeLists.txt | Loading commit data... | |
| README.md | Loading commit data... | |
| appveyor.yml | Loading commit data... | |
| travis.sh | Loading commit data... |