Add missing libraries on linux

This commit is contained in:
Danny Angelo Carminati Grein 2014-08-25 22:49:21 -04:00
parent b4f7c06310
commit 62c39ba638

View File

@ -40,7 +40,7 @@ IF( WIN32 )
ELSEIF( APPLE )
FIND_LIBRARY( GL_LIBRARY OpenGL )
ELSE( )
SET( GL_LIBRARY GL )
SET( GL_LIBRARY GL X11 dl Xext )
ENDIF( )
IF ( glew-cmake_BUILD_STATIC )