Files
glfw/docs
Camilla Löwy d83849792b Add override variable for CMake library type
This adds the GLFW_LIBRARY_TYPE CMake cache variable, which allows users
and higher-level projects to set what type of library GLFW is built as.

When not empty, this value overrides the standard BUILD_SHARED_LIBS
option for GLFW while still allowing it to control the type of other
libraries in a larger project.

This also allows building GLFW as an object library without adding dummy
source files (as required by Xcode) or producing unused library
binaries.

Projects using CMake 3.12 or later can link the resulting GLFW object
library normally using target_link_libraries.

Fixes #279.
Related to #1307.
Closes #1497.
Closes #1574.
Closes #1928.
2021-08-15 22:44:43 +02:00
..
2020-02-10 17:44:34 +01:00
2020-09-22 19:50:40 +02:00
2021-03-19 14:24:50 +01:00
2018-11-05 19:04:27 +01:00
2013-09-21 15:18:49 +04:30
2021-05-13 15:03:19 +02:00
2019-04-16 23:08:39 +02:00
2019-05-17 16:12:52 +02:00
2020-09-02 17:41:38 +02:00
2019-01-25 12:46:46 +01:00
2020-12-14 12:27:57 +01:00