Browse Source

modules: libGLESv3 actually really exists.

The world is actually sane.
pull/51/head
Vladimír Vondruš 12 years ago
parent
commit
5a94a36570
  1. 6
      modules/FindOpenGLES3.cmake

6
modules/FindOpenGLES3.cmake

@ -34,7 +34,11 @@
# Library # Library
find_library(OPENGLES3_LIBRARY NAMES find_library(OPENGLES3_LIBRARY NAMES
GLESv2) # wtf? GLESv3
# On some platforms (e.g. desktop emulation with Mesa or NVidia) ES3
# support is provided in ES2 lib
GLESv2)
# Include dir # Include dir
find_path(OPENGLES3_INCLUDE_DIR find_path(OPENGLES3_INCLUDE_DIR

Loading…
Cancel
Save