allow to build GLFW version of Bullet examples on Linux (use premake4_linux --enable_glfw gmake)

This commit is contained in:
Erwin Coumans
2018-02-20 16:21:22 -08:00
parent 01f58f8f02
commit 8bb40b632b
5 changed files with 12 additions and 0 deletions

View File

@@ -339,6 +339,10 @@ end
end
function initGlew()
end
function initX11()
links {"X11", "dl","pthread"}
end
else
dofile ("findOpenGLGlewGlut.lua")