Files
glfw/docs
Camilla Löwy 8ee589e43b Disable examples and tests when a subproject
This changes the default value of the GLFW_BUILD_EXAMPLES and
GLFW_BUILD_TESTS CMake options to false when GLFW is being added as
a subdirectory by another CMake project.

If you want the previous behavior, force these options to true before
adding the GLFW subdirectory:

set(GLFW_BUILD_EXAMPLES ON CACHE BOOL "" FORCE)
set(GLFW_BUILD_TESTS ON CACHE BOOL "" FORCE)
add_subdirectory(path/to/glfw)

Doing this is backward compatible with earlier versions of GLFW.

The GLFW_BUILD_DOCS option is left enabled as it also requires Doxygen
to have any effect, is quicker to build and is more likely to be useful
when GLFW is a subproject.
2019-05-17 16:12:52 +02:00
..
2019-04-05 03:26:52 +02:00
2019-04-20 10:05:15 +02:00
2018-11-03 11:57:47 +01:00
2018-11-04 21:52:33 +01:00
2018-11-05 19:04:27 +01:00
2019-04-05 14:25:28 +02:00
2019-04-05 14:25:28 +02:00
2013-09-21 15:18:49 +04:30
2018-11-03 11:57:47 +01:00
2019-04-05 03:26:52 +02:00
2019-04-05 03:26:52 +02:00
2019-04-16 23:08:39 +02:00
2019-05-17 16:12:52 +02:00
2018-11-03 11:57:47 +01:00
2019-01-25 12:46:46 +01:00
2019-04-08 20:51:34 +02:00