diff --git a/CMakeLists.txt b/CMakeLists.txt index a533e6453d..b65342a035 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -293,6 +293,8 @@ if(ANDROID) set(USE_GLES3 1) endif() +include_directories(Externals/GL) + # For now GLES and EGL are tied to each other. # Enabling GLES also disables the OpenGL plugin. if(USE_GLES3) @@ -649,8 +651,6 @@ else() include_directories(Externals/SOIL) endif() -include_directories(Externals/GL) - if (ANDROID) message("Using static iconv from Externals") include_directories(Externals/libiconv-1.14/include)