From 038401b8d58065506ca955865ed5da3a8100d478 Mon Sep 17 00:00:00 2001 From: Jonathan De Wachter Date: Tue, 11 Mar 2014 16:58:11 +0100 Subject: [PATCH] [Android] Forgot to add EGLCheck.cpp to the list of file to build --- src/SFML/Window/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SFML/Window/CMakeLists.txt b/src/SFML/Window/CMakeLists.txt index ba16826b..78a2f1c8 100644 --- a/src/SFML/Window/CMakeLists.txt +++ b/src/SFML/Window/CMakeLists.txt @@ -41,6 +41,8 @@ set(SRC ${INCROOT}/WindowStyle.hpp ) 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.hpp) endif()