Renamed glew.c to glew.cpp to avoid compilation warnings with '-std=c++0x'
This commit is contained in:
parent
bb51313939
commit
2da63912fb
@ -4,7 +4,7 @@ PROJECT(BasicExample)
|
||||
|
||||
#Projects source files
|
||||
SET(SRC_FILES
|
||||
glew/glew.c
|
||||
glew/glew.cpp
|
||||
|
||||
main.cpp
|
||||
OpenGLWidget.cpp
|
||||
|
@ -4,7 +4,7 @@ PROJECT(OpenGLExample)
|
||||
|
||||
#Projects source files
|
||||
SET(SRC_FILES
|
||||
glew/glew.c
|
||||
glew/glew.cpp
|
||||
main.cpp
|
||||
OpenGLImmediateModeSupport.cpp
|
||||
OpenGLSupport.cpp
|
||||
|
@ -4,7 +4,7 @@ PROJECT(PagingExample)
|
||||
|
||||
#Projects source files
|
||||
SET(SRC_FILES
|
||||
glew/glew.c
|
||||
glew/glew.cpp
|
||||
|
||||
main.cpp
|
||||
OpenGLWidget.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user