[Android] Forgot to add EGLCheck.cpp to the list of file to build
This commit is contained in:
parent
050dd6f5dc
commit
038401b8d5
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user