summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Coumans <erwincoumans@erwins-mac-pro.lan>2020-11-13 17:36:19 -0800
committerErwin Coumans <erwincoumans@erwins-mac-pro.lan>2020-11-13 17:36:19 -0800
commit76fbbcd37e1835714a1d5b25be1e5398ed7a9305 (patch)
tree7298b02a0acc066dcf6685e960ff4d7e470d700c
parenta72ce295b45a7a54cb59d130694ca6d3a17fe0d3 (diff)
downloadbullet3-76fbbcd37e1835714a1d5b25be1e5398ed7a9305.tar.gz
fix premake build
-rw-r--r--examples/ExampleBrowser/premake4.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/ExampleBrowser/premake4.lua b/examples/ExampleBrowser/premake4.lua
index 483454ad6..cd1f7746a 100644
--- a/examples/ExampleBrowser/premake4.lua
+++ b/examples/ExampleBrowser/premake4.lua
@@ -193,6 +193,7 @@ project "App_BulletExampleBrowser"
"../MultiBody/SerialChains.cpp",
"../MultiBody/TestJointTorqueSetup.cpp",
"../MultiBody/Pendulum.cpp",
+ "../MultiBody/KinematicMultiBodyExample.cpp",
"../MultiBody/MultiBodySoftContact.cpp",
"../MultiBody/MultiBodyConstraintFeedback.cpp",
"../MultiBody/InvertedPendulumPDControl.cpp",