Browse Source

Updated FindMagnum.cmake documentation.

pull/279/head
Vladimír Vondruš 14 years ago
parent
commit
3a4041ce69
  1. 5
      modules/FindMagnum.cmake

5
modules/FindMagnum.cmake

@ -16,12 +16,15 @@
# Additional dependencies are specified by the components. The optional # Additional dependencies are specified by the components. The optional
# components are: # components are:
# #
# GlutContext - GLUT context (depends on GLUT package)
# MeshTools - MeshTools library # MeshTools - MeshTools library
# Physics - Physics library # Physics - Physics library
# Primitives - Library with stock geometric primitives (static) # Primitives - Library with stock geometric primitives (static)
# Shaders - Library with stock shaders # 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: # Example usage with specifying additional components is:
# #
# find_package(Magnum [REQUIRED|COMPONENTS] MeshTools Primitives GlutContext) # find_package(Magnum [REQUIRED|COMPONENTS] MeshTools Primitives GlutContext)

Loading…
Cancel
Save