mirror of
https://github.com/glfw/glfw.git
synced 2025-10-05 06:06:36 +00:00
Merge fbbf93f9ef
into c156b50e4c
This commit is contained in:
commit
6d43e87ee7
@ -28,6 +28,11 @@ option(GLFW_INSTALL "Generate installation target" ON)
|
||||
option(GLFW_VULKAN_STATIC "Use the Vulkan loader statically linked into application" OFF)
|
||||
option(GLFW_DOCUMENT_INTERNALS "Include internals in documentation" OFF)
|
||||
|
||||
if (CYGWIN)
|
||||
message(STATUS "Cygwin detected, defining WIN32")
|
||||
set(WIN32 ON)
|
||||
endif()
|
||||
|
||||
if (WIN32)
|
||||
option(GLFW_USE_HYBRID_HPG "Force use of high-performance GPU on hybrid systems" OFF)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user