bullet3/test/CMakeLists.txt
Erwin Coumans ee0e3ba271 Remove RobotLogging from CMakeLists.txt
Avoid crashing if threadIndex exceeds BT_QUICKPROF_MAX_THREAD_COUNT (64)
2017-03-23 18:00:00 -07:00

8 lines
163 B
CMake

IF(BUILD_BULLET3)
#SUBDIRS( TestBullet3OpenCL )
SUBDIRS( InverseDynamics SharedMemory )
ENDIF(BUILD_BULLET3)
SUBDIRS( gtest-1.7.0 collision BulletDynamics )