Add libgit2 library, new mingw32 libraries will be uploaded soon

This commit is contained in:
Eduardo Bart
2012-08-18 14:08:05 -03:00
parent ef9a4c5d04
commit 5e3882f87a
23 changed files with 200 additions and 40 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.dll EGL)
FIND_LIBRARY(EGL_LIBRARY NAMES EGL)
INCLUDE(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(EGL DEFAULT_MSG EGL_LIBRARY EGL_INCLUDE_DIR)
MARK_AS_ADVANCED(EGL_LIBRARY EGL_INCLUDE_DIR)