mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-14 14:28:23 +00:00
8 lines
163 B
CMake
8 lines
163 B
CMake
IF(BUILD_BULLET3)
|
|
#SUBDIRS( TestBullet3OpenCL )
|
|
SUBDIRS( InverseDynamics SharedMemory )
|
|
ENDIF(BUILD_BULLET3)
|
|
|
|
SUBDIRS( gtest-1.7.0 collision BulletDynamics )
|
|
|