Variables
FindGMock.cmake File Reference

Find Google Mock package. More...

#include "FindPackageHandleStandardArgs.cmake"
+ Include dependency graph for FindGMock.cmake:

Go to the source code of this file.

Variables

cmake CMAKE_FIND_LIBRARY_SUFFIXES
 
cmake GMock_DIR
 
cmake GMock_FOUND
 
cmake GMock_INCLUDE_DIRS
 
cmake GMock_INCLUDES
 
cmake GMock_LIBRARIES
 
cmake GMock_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES
 

Detailed Description

Find Google Mock package.

Input variables:
GMock_DIR The Google Mock package files are searched under the specified root directory. If they are not found there, the default search paths are considered. This variable can also be set as environment variable.
GMOCK_DIR Alternative environment variable for GMock_DIR.
GMock_SHARED_LIBRARIES Forces this module to search for shared libraries. Otherwise, static libraries are preferred.
Output variables:
GMock_FOUND Whether the package was found and the following CMake variables are valid.
GMock_INCLUDE_DIR Package include directories.
GMock_INCLUDES Include directories including prerequisite libraries.
GMock_LIBRARY Package libraries.
GMock_LIBRARIES Package ibraries and prerequisite libraries.

Definition in file FindGMock.cmake.

Variable Documentation

§ CMAKE_FIND_LIBRARY_SUFFIXES

cmake CMAKE_FIND_LIBRARY_SUFFIXES

Definition at line 80 of file FindGMock.cmake.

§ GMock_DIR

cmake GMock_DIR

Definition at line 52 of file FindGMock.cmake.

§ GMock_FOUND

cmake GMock_FOUND

Definition at line 160 of file FindGMock.cmake.

§ GMock_INCLUDE_DIRS

cmake GMock_INCLUDE_DIRS

Definition at line 146 of file FindGMock.cmake.

§ GMock_INCLUDES

cmake GMock_INCLUDES

Definition at line 137 of file FindGMock.cmake.

§ GMock_LIBRARIES

cmake GMock_LIBRARIES

Definition at line 138 of file FindGMock.cmake.

§ GMock_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES

cmake GMock_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES

Definition at line 76 of file FindGMock.cmake.