Updated include path for glew header

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@46 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Mike Kremer
2009-02-09 11:14:34 +00:00
parent 8e53a83af1
commit 5bc324400b

View File

@@ -9,7 +9,7 @@ defineTest( qt ) {
} }
defineTest( glew ) { defineTest( glew ) {
# INCLUDEPATH *= /sw/include/GL INCLUDEPATH *= /sw/include/GL
export(INCLUDEPATH) export(INCLUDEPATH)
LIBS *= -L/sw/lib -lGLEW LIBS *= -L/sw/lib -lGLEW
export(LIBS) export(LIBS)