Update bundled GLFW to 3.1.1
It may be necessary to fix the CMake paths manually for an exsting CMake cache after this change.
This commit is contained in:
parent
99b1f868a3
commit
33c57361a9
33 changed files with 1886 additions and 682 deletions
|
@ -107,7 +107,7 @@ if (ENABLE_GLFW)
|
|||
set(TMP_TOOLSET "mingw-${TMP_ARCH}")
|
||||
endif()
|
||||
|
||||
set(GLFW_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}/externals/glfw-3.0.4.bin")
|
||||
set(GLFW_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}/externals/glfw-3.1.1.bin")
|
||||
set(GLFW_INCLUDE_DIRS "${GLFW_PREFIX}/include" CACHE PATH "Path to GLFW3 headers")
|
||||
set(GLFW_LIBRARY_DIRS "${GLFW_PREFIX}/lib-${TMP_TOOLSET}" CACHE PATH "Path to GLFW3 libraries")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue