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
..
build.dox Disable examples and tests when a subproject 2019-05-17 16:12:52 +02:00
CMakeLists.txt Documentation work 2019-04-05 03:26:52 +02:00
compat.dox Wayland: Remove wl_shell support 2019-04-20 10:05:15 +02:00
compile.dox Disable examples and tests when a subproject 2019-05-17 16:12:52 +02:00
context.dox Use HTTPS when possible 2018-11-03 11:57:47 +01:00
CONTRIBUTING.md Use HTTPS when possible 2018-11-04 21:52:33 +01:00
Doxyfile.in Move to the modern CMake project version option 2019-05-17 16:12:52 +02:00
DoxygenLayout.xml Add tutorial to Doxygen menu 2018-11-05 19:04:27 +01:00
extra.css Update for Doxygen CSS changes 2019-04-05 14:25:28 +02:00
extra.less Update for Doxygen CSS changes 2019-04-05 14:25:28 +02:00
footer.html Removed invisible element. 2013-09-21 15:18:49 +04:30
header.html Use HTTPS when possible 2018-11-03 11:57:47 +01:00
input.dox Documentation work 2019-04-05 03:26:52 +02:00
internal.dox Remove unmaintained internal Doxygen docs 2018-01-17 11:25:32 +01:00
intro.dox Documentation work 2019-04-05 03:26:52 +02:00
main.dox Start 3.4 2019-04-16 23:08:39 +02:00
monitor.dox Documentation work 2019-05-17 16:12:52 +02:00
moving.dox Use HTTPS when possible 2018-11-03 11:57:47 +01:00
news.dox Disable examples and tests when a subproject 2019-05-17 16:12:52 +02:00
quick.dox Replace glad and the Vulkan SDK with glad2 2019-04-15 02:45:48 +02:00
spaces.svg Cleanup 2019-01-25 12:46:46 +01:00
vulkan.dox Replace glad and the Vulkan SDK with glad2 2019-04-15 02:45:48 +02:00
window.dox Documentation work 2019-04-08 20:51:34 +02:00