Browse Source

FindOpenGLES2.cmake: added library name for NaCl.

pull/7/head
Vladimír Vondruš 14 years ago
parent
commit
7c7163e17b
  1. 4
      modules/FindOpenGLES2.cmake

4
modules/FindOpenGLES2.cmake

@ -8,7 +8,9 @@
#
# Library
find_library(OPENGLES2_LIBRARY GLESv2)
find_library(OPENGLES2_LIBRARY NAMES
GLESv2
ppapi_gles2) # NaCl
# Include dir
find_path(OPENGLES2_INCLUDE_DIR

Loading…
Cancel
Save