From d90578ec98c5ca2b9602778eb0c4b3ba1296532b Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Sun, 3 May 2015 10:59:35 -0700 Subject: [PATCH] fix premake --- examples/ExampleBrowser/premake4.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/ExampleBrowser/premake4.lua b/examples/ExampleBrowser/premake4.lua index 138cb615e..769ef9042 100644 --- a/examples/ExampleBrowser/premake4.lua +++ b/examples/ExampleBrowser/premake4.lua @@ -54,6 +54,8 @@ "../RenderingExamples/*", "../VoronoiFracture/*", "../SoftDemo/*", + "../FractureDemo/*", + "../DynamicControlDemo/*", "../Constraints/*", "../Vehicles/*", "../Raycast/*", @@ -107,4 +109,4 @@ if os.is("MacOSX") then links{"Cocoa.framework"} end - \ No newline at end of file +