This commit is contained in:
erwin coumans
2013-08-22 23:16:02 -07:00
6 changed files with 20 additions and 9 deletions

View File

@@ -56,6 +56,7 @@
}
end
if os.is("Linux") then
links ("X11")
files{
"../OpenGLWindow/X11OpenGLWindow.h",
"../OpenGLWindow/X11OpenGLWindow.cpp"

View File

@@ -46,6 +46,7 @@
}
end
if os.is("Linux") then
links{"X11"}
files{
"../OpenGLWindow/X11OpenGLWindow.h",
"../OpenGLWindow/X11OpenGLWindow.cpp"