From d6d3123114639c65611f835c593bb20e6d1b665c Mon Sep 17 00:00:00 2001 From: bjorn Date: Sat, 13 Apr 2019 17:59:01 -0700 Subject: [PATCH] Maybe this will fix the GLFW dll on appveyor?; --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea2ef833..da8cb735 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})