forked from Mirrorlandia_minetest/minetest
Fix typo in OpenGL ES 2 CMake file
This commit is contained in:
parent
93fcab952b
commit
393722a9e3
@ -29,7 +29,7 @@ if(WIN32)
|
|||||||
else()
|
else()
|
||||||
# TODO
|
# TODO
|
||||||
# set(OPENGLES_LIBRARY ${SOURCE_DIR}/Dependencies/lib/release/libGLESv2.lib CACHE STRING "OpenGL ES 2.x library for win32"
|
# set(OPENGLES_LIBRARY ${SOURCE_DIR}/Dependencies/lib/release/libGLESv2.lib CACHE STRING "OpenGL ES 2.x library for win32"
|
||||||
else()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
elseif(APPLE)
|
elseif(APPLE)
|
||||||
create_search_paths(/Developer/Platforms)
|
create_search_paths(/Developer/Platforms)
|
||||||
|
Loading…
Reference in New Issue
Block a user