FindBullet¶
Finds the Bullet physics engine.
Result Variables¶
This module defines the following variables:
Bullet_FOUND
Boolean true if Bullet was found. For backward compatibility, the
BULLET_FOUND
variable is also set to the same value.BULLET_INCLUDE_DIRS
The Bullet include directories.
BULLET_LIBRARIES
Libraries needed to link to Bullet. By default, all Bullet components (Dynamics, Collision, LinearMath, and SoftBody) are added.
Hints¶
This module accepts the following variables:
BULLET_ROOT
Can be set to Bullet install path or Windows build path to specify where to find Bullet.
Examples¶
Finding Bullet:
find_package(Bullet)