Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindGTest: Add GTest::{gtest,gtest_main} library names | Paweł Bylica | 2020-01-24 | 1 | -0/+4 |
| | | | | | | | | | This introduces 2 new INTERFACE IMPORTED libraries: GTest::gtest and GTest::gtest_main. They link to GTest::GTest and GTest::Main targets respectively, therefore working as aliases. These new names map the names of the targets from upstream GTest's CMake package config. Fixes: #20255 | ||||
* | FindGTest: Improve test to catch link error | Matthew Woehlke | 2017-09-18 | 1 | -0/+2 |
| | | | | | | | Add a reference to one of Google Test's command-line flags to the FindGTest test. This will ensure that we are using the correct compile definitions on Windows, as the test will otherwise fail to link. (IOW, this tests the changes made by the previous commit.) | ||||
* | Tests: Remove unnecessary setting of CMAKE_MODULE_PATH | Craig Scott | 2017-05-15 | 1 | -3/+0 |
| | |||||
* | Tests: Add tests for FindGTest | Roger Leigh | 2015-12-10 | 3 | -0/+33 |