Fix typo in OpenGL ES 2 CMake file

master
ShadowNinja 2015-03-27 15:10:27 -04:00
parent 93fcab952b
commit 393722a9e3
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if(WIN32)
else()
# TODO
# set(OPENGLES_LIBRARY ${SOURCE_DIR}/Dependencies/lib/release/libGLESv2.lib CACHE STRING "OpenGL ES 2.x library for win32"
else()
endif()
endif()
elseif(APPLE)
create_search_paths(/Developer/Platforms)