Tidying up basic OpenGL example.

This commit is contained in:
David Williams
2010-07-09 21:36:29 +00:00
parent e8b10fd2b9
commit c906e71bc3
4 changed files with 17 additions and 260 deletions

View File

@ -5,14 +5,18 @@ PROJECT(BasicExample)
#Projects source files
SET(SRC_FILES
glew/glew.c
main.cpp
OpenGLWidget.cpp
)
#Projects headers files
SET(INC_FILES
SET(INC_FILES
glew/glew.h
glew/glxew.h
glew/wglew.h
OpenGLWidget.h
)
ADD_DEFINITIONS(-DGLEW_STATIC)