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)