From 5110f059b415bb17ba515bf883911a5eea70d675 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Mon, 29 Apr 2013 19:35:33 -0700 Subject: [PATCH] Fixed issue#30. --- premake/premake4.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/premake/premake4.lua b/premake/premake4.lua index 3f380921..cbe22d25 100644 --- a/premake/premake4.lua +++ b/premake/premake4.lua @@ -81,6 +81,7 @@ function exampleProject(_name, _uuid) configuration { "linux" } links { + "X11", "GL", "pthread", }