From e1babab3cce3289dc7ddee1ea09f3d821fd7d8be Mon Sep 17 00:00:00 2001 From: Hristo Stamenov Date: Wed, 9 Jun 2021 10:49:13 +0300 Subject: [PATCH] There no longer is a library glfw_objlib and now it is only glfw. (#1818) --- cmake/GlfwImport.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/GlfwImport.cmake b/cmake/GlfwImport.cmake index b0ae162d4..1b94cdf80 100644 --- a/cmake/GlfwImport.cmake +++ b/cmake/GlfwImport.cmake @@ -26,7 +26,7 @@ if(NOT glfw3_FOUND AND NOT USE_EXTERNAL_GLFW STREQUAL "ON" AND "${PLATFORM}" MAT set(BUILD_SHARED_LIBS ${WAS_SHARED} CACHE BOOL " " FORCE) unset(WAS_SHARED) - list(APPEND raylib_sources $) + list(APPEND raylib_sources $) include_directories(BEFORE SYSTEM external/glfw/include) else() MESSAGE(STATUS "Using external GLFW")