Fix compilation with OpenGL ES 2.0

This commit is contained in:
Eduardo Bart
2012-08-19 11:48:09 -03:00
parent 779f298055
commit 1c69379b8d
4 changed files with 8 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
# EGL_LIBRARY - the EGL library
FIND_PATH(EGL_INCLUDE_DIR NAMES EGL/egl.h)
FIND_LIBRARY(EGL_LIBRARY NAMES EGL)
FIND_LIBRARY(EGL_LIBRARY NAMES EGL.dll EGL)
INCLUDE(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(EGL DEFAULT_MSG EGL_LIBRARY EGL_INCLUDE_DIR)
MARK_AS_ADVANCED(EGL_LIBRARY EGL_INCLUDE_DIR)