aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/googletestConfig.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Install CMake export filesStefano Soffia2018-08-221-35/+0
| | | | Rework of the closed pull request #768
* Improve CMake exported targets.Dakota Hawkins2018-08-211-0/+35
I _think_ this represents some of the "best practices" for exporting targets. They'll be available in a `googletest::` namespace (e.g. `googletest::gmock`) with non-namespaced `ALIAS` targets. - Added GOOGLETEST_VERSION variable - Use `CMakePackageConfigHelpers`, bump minimum CMake version to 2.8.8 Signed-off-by: Dakota Hawkins <dakotahawkins@gmail.com>