Skip to content
Snippets Groups Projects
Commit 1a3060e6 authored by sdegrande's avatar sdegrande
Browse files

Only build the static lib

parent e2f9340a
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,10 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
string(COMPARE EQUAL "${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_SOURCE_DIR}" GLFW_STANDALONE)
option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
option(GLFW_BUILD_EXAMPLES "Build the GLFW example programs" ${GLFW_STANDALONE})
option(GLFW_BUILD_TESTS "Build the GLFW test programs" ${GLFW_STANDALONE})
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)
include(GNUInstallDirs)
include(CMakeDependentOption)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment