mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 13:20:07 +00:00
ee0e3ba271
Avoid crashing if threadIndex exceeds BT_QUICKPROF_MAX_THREAD_COUNT (64)
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 )
|
|
|