1
0
Fork 0
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:
sfan5 2021-04-16 23:39:16 +02:00
parent a106bfd456
commit 52c0384bd1
2 changed files with 5 additions and 2 deletions

View file

@ -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()