We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac8404 commit 9be4c71Copy full SHA for 9be4c71
externals/glfw/CMakeLists.txt
@@ -8,6 +8,8 @@ set(GLFW_BUILD_EXAMPLES OFF CACHE INTERNAL "Build the GLFW example programs")
8
set(GLFW_BUILD_TESTS OFF CACHE INTERNAL "Build the GLFW test programs")
9
set(GLFW_BUILD_DOCS OFF CACHE INTERNAL "Build the GLFW documentation")
10
set(GLFW_INSTALL OFF CACHE INTERNAL "Generate installation target")
11
+set(GLFW_BUILD_X11 ON CACHE INTERNAL "Build support for X11")
12
+set(GLFW_BUILD_WAYLAND OFF CACHE INTERNAL "Build support for Wayland")
13
set(USE_MSVC_RUNTIME_LIBRARY_DLL ON CACHE INTERNAL "Use MSVC runtime library DLL")
14
15
add_subdirectory(glfw)
0 commit comments