Files
bullet3/src/BulletMultiThreaded/GpuSoftBodySolvers/CMakeLists.txt
erwin.coumans 66c349caa6 Remove btSoftBodySolver_CPU.*
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)
2011-11-11 19:00:26 +00:00

14 lines
144 B
CMake

INCLUDE_DIRECTORIES(
${BULLET_PHYSICS_SOURCE_DIR}/src
)
SUBDIRS (
OpenCL
)
IF( USE_DX11 )
SUBDIRS( DX11 )
ENDIF( USE_DX11 )