mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix ignored OpenGLES2 include path and cmake warning
This commit is contained in:
parent
a106bfd456
commit
52c0384bd1
2 changed files with 5 additions and 2 deletions
|
@ -513,6 +513,10 @@ include_directories(
|
|||
${PROJECT_SOURCE_DIR}/script
|
||||
)
|
||||
|
||||
if(ENABLE_GLES)
|
||||
include_directories(${OPENGLES2_INCLUDE_DIR} ${EGL_INCLUDE_DIR})
|
||||
endif()
|
||||
|
||||
if(USE_GETTEXT)
|
||||
include_directories(${GETTEXT_INCLUDE_DIR})
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue