CMake: no GLFW_INSTALL;

This commit is contained in:
bjorn 2020-12-25 16:08:51 -07:00
parent 80062941dc
commit 6690ce9171
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,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(GLFW_INSTALL OFF CACHE BOOL "")
set(BUILD_SHARED_LIBS ON CACHE BOOL "")
add_subdirectory(deps/glfw glfw)
include_directories(deps/glfw/include)