From 3a4041ce6918cd6b2d49766f3ed44ccb26d81c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 19 Jul 2012 19:58:10 +0200 Subject: [PATCH] Updated FindMagnum.cmake documentation. --- modules/FindMagnum.cmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/FindMagnum.cmake b/modules/FindMagnum.cmake index 772ca9043..22b776da2 100644 --- a/modules/FindMagnum.cmake +++ b/modules/FindMagnum.cmake @@ -16,12 +16,15 @@ # Additional dependencies are specified by the components. The optional # components are: # -# GlutContext - GLUT context (depends on GLUT package) # MeshTools - MeshTools library # Physics - Physics library # Primitives - Library with stock geometric primitives (static) # Shaders - Library with stock shaders # +# EglContext - EGL context (depends on EGL and X11 libraries) +# GlutContext - GLUT context (depends on GLUT library) +# Sdl2Context - SDL2 context (depends on SDL2 library) +# # Example usage with specifying additional components is: # # find_package(Magnum [REQUIRED|COMPONENTS] MeshTools Primitives GlutContext)