From 07b21ca4a23e530c50f239522206fd880fa195fb Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Thu, 9 Aug 2018 16:30:20 -0700 Subject: [PATCH] add missing SerialChains.cpp file to premake4.lua --- examples/ExampleBrowser/premake4.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/ExampleBrowser/premake4.lua b/examples/ExampleBrowser/premake4.lua index 1ed5e0965..0e3c7975e 100644 --- a/examples/ExampleBrowser/premake4.lua +++ b/examples/ExampleBrowser/premake4.lua @@ -162,6 +162,7 @@ project "App_BulletExampleBrowser" "../Vehicles/*", "../Raycast/*", "../MultiBody/MultiDofDemo.cpp", + "../MultiBody/SerialChains.cpp", "../MultiBody/TestJointTorqueSetup.cpp", "../MultiBody/Pendulum.cpp", "../MultiBody/MultiBodySoftContact.cpp",