FindBullet¶
Finds the Bullet physics engine.
Result Variables¶
This module defines the following variables:
Bullet_FOUNDBoolean true if Bullet was found. For backward compatibility, the
BULLET_FOUNDvariable is also set to the same value.BULLET_INCLUDE_DIRSThe Bullet include directories.
BULLET_LIBRARIESLibraries 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_ROOTCan be set to Bullet install path or Windows build path to specify where to find Bullet.
Examples¶
Finding Bullet:
find_package(Bullet)