summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Coumans <erwincoumans@gmail.com>2022-03-05 17:29:44 -0800
committerErwin Coumans <erwincoumans@gmail.com>2022-03-05 17:29:44 -0800
commit3315190d97af5ebe411f62dba8dfb10b49551654 (patch)
treeea8a4f10bcb1041c964cda3de9e07de9c662e4d9
parent90414a5074ea1e236dfc4b6bdd8b253137ad674e (diff)
downloadbullet3-3315190d97af5ebe411f62dba8dfb10b49551654.tar.gz
add Reduced Deformable files to setup.py
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 0138c0239..15b3f59c1 100644
--- a/setup.py
+++ b/setup.py
@@ -257,6 +257,10 @@ sources = ["examples/pybullet/pybullet.c"]\
+["src/BulletSoftBody/btDeformableMultiBodyConstraintSolver.cpp"]\
+["src/BulletSoftBody/btDeformableMultiBodyDynamicsWorld.cpp"]\
+["src/BulletSoftBody/poly34.cpp"]\
++["src/BulletSoftBody/BulletReducedDeformableBody/btReducedDeformableBody.cpp"]\
++["src/BulletSoftBody/BulletReducedDeformableBody/btReducedDeformableBodyHelpers.cpp"]\
++["src/BulletSoftBody/BulletReducedDeformableBody/btReducedDeformableBodySolver.cpp"]\
++["src/BulletSoftBody/BulletReducedDeformableBody/btReducedDeformableContactConstraint.cpp"]\
+["src/BulletInverseDynamics/IDMath.cpp"]\
+["src/BulletInverseDynamics/MultiBodyTree.cpp"]\
+["src/BulletInverseDynamics/details/MultiBodyTreeImpl.cpp"]\