[Android] Add in a compiling option for GLES3

This commit is contained in:
Ryan Houdek
2013-05-05 22:47:15 -05:00
parent b2d3dc8a68
commit 09def3ed3f
5 changed files with 22 additions and 9 deletions

View File

@ -1,4 +1,4 @@
if(NOT USE_GLES)
if(NOT USE_GLES OR USE_GLES3)
add_subdirectory(Plugin_VideoOGL)
endif()
add_subdirectory(Plugin_VideoSoftware)