Move btSoftBodySolverData.h to src/BulletMultiThreaded/GpuSoftBodySolvers/Shared/btSoftBodySolverData.h Attempt to re-enable MiniCL version of OpenCLClothDemo (cloth-capsule collision still broken) Add optional OpenCL acceleration to SerializeDemo (just for cloth)
14 lines
144 B
CMake
14 lines
144 B
CMake
|
|
INCLUDE_DIRECTORIES(
|
|
${BULLET_PHYSICS_SOURCE_DIR}/src
|
|
)
|
|
|
|
|
|
SUBDIRS (
|
|
OpenCL
|
|
)
|
|
|
|
IF( USE_DX11 )
|
|
SUBDIRS( DX11 )
|
|
ENDIF( USE_DX11 )
|