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
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
CONTRIBUTING.md
Doxyfile.in Move to the modern CMake project version option 2019-05-17 16:12:52 +02:00
DoxygenLayout.xml
extra.css
extra.less
footer.html
header.html
input.dox
internal.dox
intro.dox
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
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
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