fix Cmake under Linux (using the premake workaround)

This commit is contained in:
Erwin Coumans (Google)
2014-05-05 15:56:57 -07:00
parent 7cec30dede
commit a5d050bc5e
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ ELSE(WIN32)
MESSAGE(${COCOA})
link_libraries(${COCOA})
ELSE(APPLE)
LINK_LIBRARIES( GLEW X11 dl Xext)
LINK_LIBRARIES( GLEW X11 pthread dl Xext)
ENDIF(APPLE)
ENDIF(WIN32)