diff --git a/CMakeLists.txt b/CMakeLists.txt index d5385e45..b5aaa006 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,19 @@ add_library(${CMAKE_PROJECT_NAME} SHARED MG/MG_GL/GL/Framebuffer/GL_Framebuffer.cpp MG/MG_GL/GL/Common/GL_Common.cpp - + + MG/MG_GL/GL/Buffer/GL_Buffer.cpp + + MG/MG_GL/GL/Command/GL_Command.cpp + + MG/MG_GL/GL/Program/GL_Program.cpp + + MG/MG_GL/GL/Shader/GL_Shader.cpp + + MG/MG_GL/GL/Texture/GL_Texture.cpp + + MG/MG_GL/GL/VertexArray/GL_VertexArray.cpp + # MG_GL/GLX MG/MG_GL/GLX/LookUp/LookUp.cpp