Find the OpenGL Extension Wrangler Library (GLEW)
The following variables may be set to influence this module's behavior:
GLEW_USE_STATIC_LIBSto find and create IMPORTED target for static linkage.
GLEW_VERBOSEto output a detailed log of this module.
Added in version 3.1.
This module defines the following Imported Targets:
GLEW::glewThe GLEW shared library.
GLEW::glew_sThe GLEW static library, if GLEW_USE_STATIC_LIBS is set to TRUE.
GLEW::GLEWDuplicates either GLEW::glew or GLEW::glew_s based on availability.
This module defines the following variables:
GLEW_INCLUDE_DIRSinclude directories for GLEW
GLEW_LIBRARIESlibraries to link against GLEW
GLEW_SHARED_LIBRARIESlibraries to link against shared GLEW
GLEW_STATIC_LIBRARIESlibraries to link against static GLEW
GLEW_FOUNDtrue if GLEW has been found and can be used
GLEW_VERSIONGLEW version
GLEW_VERSION_MAJORGLEW major version
GLEW_VERSION_MINORGLEW minor version
GLEW_VERSION_MICROGLEW micro version
Added in version 3.7: Debug and Release variants are found separately.