From 76fbbcd37e1835714a1d5b25be1e5398ed7a9305 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Fri, 13 Nov 2020 17:36:19 -0800 Subject: [PATCH] fix premake build --- examples/ExampleBrowser/premake4.lua | 1 + 1 file changed, 1 insertion(+) 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",