CMake buildfix

This commit is contained in:
Henrik Rydgård 2020-03-03 22:46:26 +01:00
parent f8a0ba3b86
commit efc206e8f2

View file

@ -166,6 +166,10 @@ endif()
include_directories(ext/native)
# Work around for some misfeature of the current glslang build system
include_directories(ext/glslang)
if(NOT OPENGL_LIBRARIES AND USING_GLES2)
set(OPENGL_LIBRARIES GLESv2 EGL)
endif()