diff options
author | sanine <sanine.not@pm.me> | 2022-08-21 21:54:47 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-08-21 21:54:47 -0500 |
commit | 4ffe0ff4ac30361ea2a35dcfa07ca560ed865631 (patch) | |
tree | ec522e57b4e27f8c5388ef2175b0a77dd4537deb /libs/glfw-3.3.8/CMakeLists.txt | |
parent | 74e48c197a57c9f7920ce048c9bf4b59d5303e18 (diff) |
build with clang on visual studio
Diffstat (limited to 'libs/glfw-3.3.8/CMakeLists.txt')
-rw-r--r-- | libs/glfw-3.3.8/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/glfw-3.3.8/CMakeLists.txt b/libs/glfw-3.3.8/CMakeLists.txt index 7506916..ba96561 100644 --- a/libs/glfw-3.3.8/CMakeLists.txt +++ b/libs/glfw-3.3.8/CMakeLists.txt @@ -19,10 +19,10 @@ endif() set_property(GLOBAL PROPERTY USE_FOLDERS ON) option(BUILD_SHARED_LIBS "Build shared libraries" OFF) -option(GLFW_BUILD_EXAMPLES "Build the GLFW example programs" ON) -option(GLFW_BUILD_TESTS "Build the GLFW test programs" ON) -option(GLFW_BUILD_DOCS "Build the GLFW documentation" ON) -option(GLFW_INSTALL "Generate installation target" ON) +option(GLFW_BUILD_EXAMPLES "Build the GLFW example programs" OFF) +option(GLFW_BUILD_TESTS "Build the GLFW test programs" OFF) +option(GLFW_BUILD_DOCS "Build the GLFW documentation" OFF) +option(GLFW_INSTALL "Generate installation target" OFF) option(GLFW_VULKAN_STATIC "Assume the Vulkan loader is linked with the application" OFF) include(GNUInstallDirs) |