Running a very common Ubuntu 12.4.3 building from repo could not find the GLEW library.

This commit is contained in:
Edwin van den Oetelaar 2013-11-06 00:11:58 -06:00 committed by Dick Hollenbeck
parent a3f0e450ab
commit 056800997a
1 changed files with 8 additions and 6 deletions

View File

@ -67,6 +67,8 @@ ELSE (WIN32)
FIND_LIBRARY( GLEW_GLEW_LIBRARY GLEW FIND_LIBRARY( GLEW_GLEW_LIBRARY GLEW
/usr/openwin/lib /usr/openwin/lib
/usr/X11R6/lib /usr/X11R6/lib
/usr/lib
/usr/lib/x86_64-linux-gnu
) )
ENDIF (APPLE) ENDIF (APPLE)