Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install CMake export files | Stefano Soffia | 2018-08-22 | 1 | -35/+0 |
| | | | | Rework of the closed pull request #768 | ||||
* | Improve CMake exported targets. | Dakota Hawkins | 2018-08-21 | 1 | -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> |