Gold data is created by numerically solving a second-order non-linear differential equation. (see examples/MultiBody/pendulum_gold.h)
8 lines
160 B
CMake
8 lines
160 B
CMake
IF(BUILD_BULLET3)
|
|
#SUBDIRS( TestBullet3OpenCL )
|
|
SUBDIRS( InverseDynamics )
|
|
ENDIF(BUILD_BULLET3)
|
|
|
|
SUBDIRS( gtest-1.7.0 collision BulletDynamics/pendulum )
|
|
|