Maybe this will fix the GLFW dll on appveyor?;

This commit is contained in:
bjorn 2019-04-13 17:59:01 -07:00
parent 9d90e83657
commit d6d3123114
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ if(NOT (EMSCRIPTEN OR ANDROID))
set(GLFW_BUILD_EXAMPLES OFF CACHE BOOL "")
set(GLFW_BUILD_TESTS OFF CACHE BOOL "")
set(GLFW_BUILD_DOCS OFF CACHE BOOL "")
set(BUILD_SHARED_LIBS ON)
add_subdirectory(deps/glfw glfw)
include_directories(deps/glfw/include)
set(LOVR_GLFW glfw ${GLFW_LIBRARIES})