summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXuchen Han <xuchenhan@xuchenhan-macbookpro.roam.corp.google.com>2019-08-02 15:02:15 -0700
committerXuchen Han <xuchenhan@xuchenhan-macbookpro.roam.corp.google.com>2019-08-02 15:02:15 -0700
commit753b2d9f156bfa7fcf35be0da3c3fbc0b9c85ee3 (patch)
tree5ea3da4c300d1a10146b219a2c20c1ea7e683a69
parent8cc7cb59d7af86084018608968cf5f6e5c5b18dd (diff)
downloadbullet3-753b2d9f156bfa7fcf35be0da3c3fbc0b9c85ee3.tar.gz
add new demos to CMakeList
-rw-r--r--examples/ExampleBrowser/CMakeLists.txt8
-rw-r--r--examples/ExampleBrowser/premake4.lua4
2 files changed, 12 insertions, 0 deletions
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/*",