From c738267c2e7ef0a8c01364f2e0e118b6b58370bd Mon Sep 17 00:00:00 2001 From: Irlan <-> Date: Sat, 16 Jun 2018 11:21:49 -0300 Subject: [PATCH] fix #41 --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index 3596c8c..16d7e6f 100644 --- a/premake5.lua +++ b/premake5.lua @@ -318,7 +318,7 @@ solution (solution_name) } end - links { "glfw", "glad", "imgui", "triangle", "bounce" } + links { "glfw", "glad", "imgui", "bounce", "triangle" } configuration { "windows" } links { "opengl32", "winmm" }