update CMakeList file, softbody in Cmake

This commit is contained in:
erwin.coumans
2008-03-31 00:43:56 +00:00
parent b54ea42064
commit 80714cab13

View File

@@ -44,8 +44,8 @@ ADD_LIBRARY(LibBulletDynamics
Vehicle/btRaycastVehicle.h Vehicle/btRaycastVehicle.h
Vehicle/btWheelInfo.cpp Vehicle/btWheelInfo.cpp
Vehicle/btWheelInfo.h Vehicle/btWheelInfo.h
btSoftBody.cpp SoftBody/btSoftBody.cpp
btSoftBody.h SoftBody/btSoftBody.h
btSoftBodyHelpers.cpp SoftBody/btSoftBodyHelpers.cpp
btSparseSDF.h SoftBody/btSparseSDF.h
) )