diff options
Diffstat (limited to 'Modules/FindBullet.cmake')
-rw-r--r-- | Modules/FindBullet.cmake | 37 |
1 files changed, 28 insertions, 9 deletions
diff --git a/Modules/FindBullet.cmake b/Modules/FindBullet.cmake index 1a27fc3..fc848fa 100644 --- a/Modules/FindBullet.cmake +++ b/Modules/FindBullet.cmake @@ -1,17 +1,36 @@ -# - Try to find the Bullet physics engine +#.rst: +# FindBullet +# ---------- # -# This module defines the following variables +# Try to find the Bullet physics engine # -# BULLET_FOUND - Was bullet found -# BULLET_INCLUDE_DIRS - the Bullet include directories -# BULLET_LIBRARIES - Link to this, by default it includes -# all bullet components (Dynamics, -# Collision, LinearMath, & SoftBody) # -# This module accepts the following variables # -# BULLET_ROOT - Can be set to bullet install path or Windows build path +# :: # +# This module defines the following variables +# +# +# +# :: +# +# BULLET_FOUND - Was bullet found +# BULLET_INCLUDE_DIRS - the Bullet include directories +# BULLET_LIBRARIES - Link to this, by default it includes +# all bullet components (Dynamics, +# Collision, LinearMath, & SoftBody) +# +# +# +# :: +# +# This module accepts the following variables +# +# +# +# :: +# +# BULLET_ROOT - Can be set to bullet install path or Windows build path #============================================================================= # Copyright 2009 Kitware, Inc. |