From efc206e8f215316622768e9ae5fac94051783792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Tue, 3 Mar 2020 22:46:26 +0100 Subject: [PATCH] CMake buildfix --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) 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()