FindBullet

Finds the Bullet physics engine.

結果變數

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.

範例

Finding Bullet:

find_package(Bullet)