summaryrefslogtreecommitdiff
path: root/Modules/FindGTest.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindGTest: Create the gmock targets only when GTest has been foundRobert Maynard2022-07-291-1/+1
* FindGTest: Add target for gmock libraryEero Aaltonen2021-11-221-1/+55
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-3/+12
* Merge branch 'master' into FindGTest-revert-no-releaseBrad King2020-11-201-30/+61
|\
| * FindGTest: Added support for CONFIG modeMario Emmenlauer2020-10-221-15/+34
| * FindGTest: Minor whitespace change, moved an include upwardsMario Emmenlauer2020-10-221-1/+2
| * FindGTest: Ensure target names follow upstream GTestMario Emmenlauer2020-10-221-23/+32
* | FindGTest: Revert "Allow either "Debug" or "Release" configurations."Brad King2020-11-201-28/+12
|/
* FindGTest: Allow either "Debug" or "Release" configurations.William Reid Paape2020-06-301-12/+28
* FindGTest: Add GTest::{gtest,gtest_main} library namesPaweł Bylica2020-01-241-0/+11
* FindGTest: Add support for googletest 1.8.1 folder structureKelby Faessler2019-08-301-0/+8
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-71/+72
* FindGTest: Avoid macro name collisionMatthew Woehlke2017-09-181-26/+26
* FindGTest: Fix shared linking on WindowsMatthew Woehlke2017-09-181-44/+68
* FindGTest: Avoid using find_dependency in a find moduleMatthew Woehlke2017-09-141-4/+5
* Add dynamic test discovery for for Google TestMatthew Woehlke2017-07-271-1/+1
* Revert "FindGTest: Add gtestd_main variant of debug library"Brad King2017-06-071-2/+2
* FindGTest: Add gtestd_main variant of debug libraryBrad King2017-06-061-2/+2
* GoogleTest: Add module to contain gtest_add_tests independentlyBradley Lowekamp2017-02-071-57/+3
* FindGTest: add lib search path for MSVC x64 platformDong XiaoC2017-01-101-2/+8
* FindGTest: Fix documented GTEST_MSVC_SEARCH default valueDong XiaoC2017-01-101-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-14/+3
* Modules: Make imported targets fall back to `Release`Brad King2016-08-031-14/+14
* FindGTest: Automatically re-run cmake when tests changeZak Eckert2016-03-151-2/+2
* FindGTest: Add imported targets and update documentationRoger Leigh2015-12-101-52/+108
* FindGTest: Refactor test type checks to avoid cases triggering CMP0064Brad King2015-11-181-3/+3
* FindGTest: Fix parsing of test macro calls with spaces (#15553)Brad King2015-05-041-2/+2
* FindGTest: use new add_test() signature (#14913)Rolf Eike Beer2014-05-121-1/+1
* FindGTest: Teach GTEST_ADD_TESTS about TYPED_TESTJack Morrison2014-04-161-9/+15
* FindGTest: Teach GTEST_ADD_TESTS about TEST_PJack Morrison2014-04-011-2/+10
* FindGTest: Optionally detect sources automatically (#14775)Nikolay Orliuk2014-02-271-2/+6
* Help: Fix reStructuredText syntax in auto-generated documentsBrad King2013-10-151-2/+0
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-36/+74
* use the find_* functions ENV parameterRolf Eike Beer2012-08-141-1/+1
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
* Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-1/+1
* Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Fix issue #10065, "FindGTest.cmake doesn't handle spaces around arguments to ...Philip Lowman2010-01-051-7/+10
* Some bugfixes, also added public function for closer integration btwn GoogleT...Philip Lowman2009-10-011-40/+118
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-4/+12
* A find module for the Google C++ Testing FrameworkPhilip Lowman2009-08-161-0/+69