BASIS  version 1.2.3 (revision 2104)
FindGMock.cmake File Reference

Find Google Mock package. More...

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

Go to the source code of this file.


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.

Copyright (c) 2011, 2012 University of Pennsylvania. All rights reserved.
See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.

Contact: SBIA Group <sbia-software at uphs.upenn.edu>

Definition in file FindGMock.cmake.