[Android] Forgot to add EGLCheck.cpp to the list of file to build

This commit is contained in:
Jonathan De Wachter 2014-03-11 16:58:11 +01:00
parent 050dd6f5dc
commit 038401b8d5

View File

@ -41,6 +41,8 @@ set(SRC
${INCROOT}/WindowStyle.hpp ${INCROOT}/WindowStyle.hpp
) )
if(SFML_OPENGL_ES) if(SFML_OPENGL_ES)
list(APPEND SRC ${SRCROOT}/EGLCheck.cpp)
list(APPEND SRC ${SRCROOT}/EGLCheck.hpp)
list(APPEND SRC ${SRCROOT}/EglContext.cpp) list(APPEND SRC ${SRCROOT}/EglContext.cpp)
list(APPEND SRC ${SRCROOT}/EglContext.hpp) list(APPEND SRC ${SRCROOT}/EglContext.hpp)
endif() endif()