diff --git a/examples/ExampleBrowser/CMakeLists.txt b/examples/ExampleBrowser/CMakeLists.txt index a04e9f9b4..cfae5fcc5 100644 --- a/examples/ExampleBrowser/CMakeLists.txt +++ b/examples/ExampleBrowser/CMakeLists.txt @@ -359,6 +359,14 @@ SET(BulletExampleBrowser_SRCS ../MultiBody/MultiBodyConstraintFeedback.cpp ../SoftDemo/SoftDemo.cpp ../SoftDemo/SoftDemo.h + ../Pinch/Pinch.cpp + ../Pinch/Pinch.h + ../DeformableContact/DeformableContact.cpp + ../DeformableContact/DeformableContact.h + ../DeformableDemo/DeformableDemo.cpp + ../DeformableDemo/DeformableDemo.h + ../VolumetricDeformable/VolumetricDeformable.cpp + ../VolumetricDeformable/VolumetricDeformable.h ../MultiBody/MultiDofDemo.cpp ../MultiBody/MultiDofDemo.h ../RigidBody/RigidBodySoftContact.cpp diff --git a/examples/ExampleBrowser/premake4.lua b/examples/ExampleBrowser/premake4.lua index b976136df..ff81b34b7 100644 --- a/examples/ExampleBrowser/premake4.lua +++ b/examples/ExampleBrowser/premake4.lua @@ -188,6 +188,10 @@ project "App_BulletExampleBrowser" "../RenderingExamples/*", "../VoronoiFracture/*", "../SoftDemo/*", + "../DeformableDemo/*", + "../DeformableContact/*", + "../VolumetricDeformable/*", + "../Pinch/*", "../RollingFrictionDemo/*", "../rbdl/*", "../FractureDemo/*",