[GLExtensions] Move the include directory location for Externals/GL so no other library includes global GL folder first.
This commit is contained in:
parent
3d4d3f6b11
commit
c744aca323
|
@ -293,6 +293,8 @@ if(ANDROID)
|
||||||
set(USE_GLES3 1)
|
set(USE_GLES3 1)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
include_directories(Externals/GL)
|
||||||
|
|
||||||
# For now GLES and EGL are tied to each other.
|
# For now GLES and EGL are tied to each other.
|
||||||
# Enabling GLES also disables the OpenGL plugin.
|
# Enabling GLES also disables the OpenGL plugin.
|
||||||
if(USE_GLES3)
|
if(USE_GLES3)
|
||||||
|
@ -649,8 +651,6 @@ else()
|
||||||
include_directories(Externals/SOIL)
|
include_directories(Externals/SOIL)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include_directories(Externals/GL)
|
|
||||||
|
|
||||||
if (ANDROID)
|
if (ANDROID)
|
||||||
message("Using static iconv from Externals")
|
message("Using static iconv from Externals")
|
||||||
include_directories(Externals/libiconv-1.14/include)
|
include_directories(Externals/libiconv-1.14/include)
|
||||||
|
|
Loading…
Reference in New Issue