diff --git a/examples/Basic/CMakeLists.txt b/examples/Basic/CMakeLists.txt index 00ff4208..3e843543 100644 --- a/examples/Basic/CMakeLists.txt +++ b/examples/Basic/CMakeLists.txt @@ -4,7 +4,7 @@ PROJECT(BasicExample) #Projects source files SET(SRC_FILES - glew/glew.c + glew/glew.cpp main.cpp OpenGLWidget.cpp diff --git a/examples/Basic/glew/glew.c b/examples/Basic/glew/glew.cpp similarity index 100% rename from examples/Basic/glew/glew.c rename to examples/Basic/glew/glew.cpp diff --git a/examples/OpenGL/CMakeLists.txt b/examples/OpenGL/CMakeLists.txt index cde356bd..ef0825c6 100644 --- a/examples/OpenGL/CMakeLists.txt +++ b/examples/OpenGL/CMakeLists.txt @@ -4,7 +4,7 @@ PROJECT(OpenGLExample) #Projects source files SET(SRC_FILES - glew/glew.c + glew/glew.cpp main.cpp OpenGLImmediateModeSupport.cpp OpenGLSupport.cpp diff --git a/examples/OpenGL/glew/glew.c b/examples/OpenGL/glew/glew.cpp similarity index 100% rename from examples/OpenGL/glew/glew.c rename to examples/OpenGL/glew/glew.cpp diff --git a/examples/Paging/CMakeLists.txt b/examples/Paging/CMakeLists.txt index 5ea2957f..db5cc1de 100644 --- a/examples/Paging/CMakeLists.txt +++ b/examples/Paging/CMakeLists.txt @@ -4,7 +4,7 @@ PROJECT(PagingExample) #Projects source files SET(SRC_FILES - glew/glew.c + glew/glew.cpp main.cpp OpenGLWidget.cpp diff --git a/examples/Paging/glew/glew.c b/examples/Paging/glew/glew.cpp similarity index 100% rename from examples/Paging/glew/glew.c rename to examples/Paging/glew/glew.cpp