Work on new OpenGL example.

This commit is contained in:
David Williams
2009-03-18 20:44:05 +00:00
parent e32d840c50
commit a50bb8413e
4 changed files with 71 additions and 54 deletions

View File

@ -6,6 +6,7 @@ PROJECT(OpenGLExample)
SET(SRC_FILES
glew/glew.c
main.cpp
shapes.cpp
)
#Projects headers files
@ -13,6 +14,7 @@ SET(INC_FILES
glew/glew.h
glew/glxew.h
glew/wglew.h
shapes.h
)
ADD_DEFINITIONS(-DGLEW_STATIC)