Browse Source

FindMagnum: fixed formatting with `cmake --help-module`.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
005ae96cf3
  1. 15
      modules/FindMagnum.cmake

15
modules/FindMagnum.cmake

@ -22,8 +22,9 @@
# Primitives - Library with stock geometric primitives (static) # Primitives - Library with stock geometric primitives (static)
# SceneGraph - Scene graph library # SceneGraph - Scene graph library
# Shaders - Library with stock shaders # Shaders - Library with stock shaders
# Text - Text rendering library (depends on TextureTools component, # Text - Text rendering library (depends on TextureTools
# FreeType library and possibly HarfBuzz library, see below) # component, FreeType library and possibly HarfBuzz
# library, see below)
# TextureTools - TextureTools library # TextureTools - TextureTools library
# GlxApplication - GLX application (depends on X11 libraries) # GlxApplication - GLX application (depends on X11 libraries)
# XEglApplication - X/EGL application (depends on EGL and X11 libraries) # XEglApplication - X/EGL application (depends on EGL and X11 libraries)
@ -44,10 +45,12 @@
# Features of found Magnum library are exposed in these variables: # Features of found Magnum library are exposed in these variables:
# MAGNUM_TARGET_GLES - Defined if compiled for OpenGL ES # MAGNUM_TARGET_GLES - Defined if compiled for OpenGL ES
# MAGNUM_TARGET_GLES2 - Defined if compiled for OpenGL ES 2.0 # MAGNUM_TARGET_GLES2 - Defined if compiled for OpenGL ES 2.0
# MAGNUM_TARGET_DESKTOP_GLES - Defined if compiled with OpenGL ES emulation # MAGNUM_TARGET_DESKTOP_GLES - Defined if compiled with OpenGL ES
# on desktop OpenGL # emulation on desktop OpenGL
# MAGNUM_TARGET_NACL - Defined if compiled for Google Chrome Native Client # MAGNUM_TARGET_NACL - Defined if compiled for Google Chrome Native
# MAGNUM_USE_HARFBUZZ - Defined if HarfBuzz library is used for text rendering # Client
# MAGNUM_USE_HARFBUZZ - Defined if HarfBuzz library is used for text
# rendering
# #
# Additionally these variables are defined for internal usage: # Additionally these variables are defined for internal usage:
# MAGNUM_INCLUDE_DIR - Root include dir (w/o # MAGNUM_INCLUDE_DIR - Root include dir (w/o

Loading…
Cancel
Save