mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
Extract the `gtest_add_tests` macro from `FindGTest` into a separate module. GTest or GoogleTest can be used by a project in a several different ways, including installed libraries in the system, from an ExternalProject, or adding the GTest source directory as a sub directory of the project. As not all of these uses are supported by the FindGTest module the useful `gtest_add_tests` macro is separated to easily enable reuse. Issue: #14151
6 lines
175 B
ReStructuredText
6 lines
175 B
ReStructuredText
ExtractGTestMacro
|
|
-----------------
|
|
|
|
* A new :module:`GoogleTest` module was added to provide the
|
|
``gtest_add_tests`` macro independently of the :module:`FindGTest` module.
|