mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-20 15:13:45 +00:00
7 lines
172 B
CMake
7 lines
172 B
CMake
IF(BUILD_BULLET3)
|
|
#SUBDIRS( TestBullet3OpenCL )
|
|
SUBDIRS( InverseDynamics SharedMemory )
|
|
ENDIF(BUILD_BULLET3)
|
|
|
|
SUBDIRS( gtest-1.7.0 collision BulletDynamics/pendulum )
|
|
|