diff --git a/CMakeLists.txt b/CMakeLists.txt index 99a330ed5a..897632130d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()