diff options
| author | Hristo Stamenov <[email protected]> | 2021-06-09 10:49:13 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-09 09:49:13 +0200 |
| commit | e1babab3cce3289dc7ddee1ea09f3d821fd7d8be (patch) | |
| tree | c7150e7f9f67c0b4e8d6ae941a8c80d6c9ee2836 | |
| parent | 97b074ac26d4a347095f51e0e98bb7ef8c975520 (diff) | |
| download | raylib-e1babab3cce3289dc7ddee1ea09f3d821fd7d8be.tar.gz raylib-e1babab3cce3289dc7ddee1ea09f3d821fd7d8be.zip | |
There no longer is a library glfw_objlib and now it is only glfw. (#1818)
| -rw-r--r-- | cmake/GlfwImport.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/GlfwImport.cmake b/cmake/GlfwImport.cmake index b0ae162d..1b94cdf8 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 $<TARGET_OBJECTS:glfw_objlib>) + list(APPEND raylib_sources $<TARGET_OBJECTS:glfw>) include_directories(BEFORE SYSTEM external/glfw/include) else() MESSAGE(STATUS "Using external GLFW") |
