From 2030fdf93343e2391515cbe82dc3b748d5c65caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 27 Oct 2013 16:58:12 +0100 Subject: [PATCH] Mention `BUILD_GL_TESTS` CMake variable. --- doc/building.dox | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/building.dox b/doc/building.dox index a201e178c..5daee1ba6 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -202,6 +202,10 @@ in build directory. On Windows the tests require the library to be installed with DLLs accessible through `PATH`. See @ref building-windows "above Windows documentation" for more information. +Platforms which have windowless context creation implemented (currently only +desktop Linux) can build also tests for OpenGL functionality. You can enable +them with `BUILD_GL_TESTS`. + @subsection building-doc Building documentation The documentation (which you are currently reading) is written in **Doxygen**