[Android] Forgot to add EGLCheck.cpp to the list of file to build
This commit is contained in:
parent
050dd6f5dc
commit
038401b8d5
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue