From b21f8ed3af180240ae1e6aa3b05aa16eb2718593 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Fri, 11 Oct 2013 02:44:44 -0300 Subject: [PATCH] Updated CMakeLists.txt --- CMakeLists.txt | 15 +++++++++------ .../love-framework.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba5ffd3d2..8a66adad5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -232,14 +232,13 @@ set(LOVE_SRC_MODULE_GRAPHICS_ROOT src/modules/graphics/Color.h src/modules/graphics/Drawable.cpp src/modules/graphics/Drawable.h - src/modules/graphics/DrawGable.cpp - src/modules/graphics/DrawGable.h - src/modules/graphics/Geometry.cpp - src/modules/graphics/Geometry.h + src/modules/graphics/DrawQable.h src/modules/graphics/Graphics.cpp src/modules/graphics/Graphics.h src/modules/graphics/Image.cpp src/modules/graphics/Image.h + src/modules/graphics/Quad.cpp + src/modules/graphics/Quad.h src/modules/graphics/Volatile.cpp src/modules/graphics/Volatile.h ) @@ -255,6 +254,8 @@ set(LOVE_SRC_MODULE_GRAPHICS_OPENGL src/modules/graphics/opengl/Graphics.h src/modules/graphics/opengl/Image.cpp src/modules/graphics/opengl/Image.h + src/modules/graphics/opengl/Mesh.cpp + src/modules/graphics/opengl/Mesh.h src/modules/graphics/opengl/OpenGL.cpp src/modules/graphics/opengl/OpenGL.h src/modules/graphics/opengl/ParticleSystem.cpp @@ -271,14 +272,16 @@ set(LOVE_SRC_MODULE_GRAPHICS_OPENGL src/modules/graphics/opengl/wrap_Canvas.h src/modules/graphics/opengl/wrap_Font.cpp src/modules/graphics/opengl/wrap_Font.h - src/modules/graphics/opengl/wrap_Geometry.cpp - src/modules/graphics/opengl/wrap_Geometry.h src/modules/graphics/opengl/wrap_Graphics.cpp src/modules/graphics/opengl/wrap_Graphics.h src/modules/graphics/opengl/wrap_Image.cpp src/modules/graphics/opengl/wrap_Image.h + src/modules/graphics/opengl/wrap_Mesh.cpp + src/modules/graphics/opengl/wrap_Mesh.h src/modules/graphics/opengl/wrap_ParticleSystem.cpp src/modules/graphics/opengl/wrap_ParticleSystem.h + src/modules/graphics/opengl/wrap_Quad.cpp + src/modules/graphics/opengl/wrap_Quad.h src/modules/graphics/opengl/wrap_Shader.cpp src/modules/graphics/opengl/wrap_Shader.h src/modules/graphics/opengl/wrap_SpriteBatch.cpp diff --git a/platform/macosx/love-framework.xcodeproj/project.pbxproj b/platform/macosx/love-framework.xcodeproj/project.pbxproj index 76ed54e8f..695aca72e 100644 --- a/platform/macosx/love-framework.xcodeproj/project.pbxproj +++ b/platform/macosx/love-framework.xcodeproj/project.pbxproj @@ -1652,8 +1652,6 @@ 3AFB3A18384A2D22352262B1 /* wrap_Canvas.h */, 7A3B52AF1FBE73FC36AD50C8 /* wrap_Font.cpp */, 3CDA3E9B364F17A902384AAC /* wrap_Font.h */, - FAC86E611724552C00EED715 /* wrap_Quad.cpp */, - FAC86E621724552C00EED715 /* wrap_Quad.h */, 1A9810F758AC1D1E4B6431FD /* wrap_Graphics.cpp */, 05DF237B657042515F3B4E52 /* wrap_Graphics.h */, 14AE68E14C2C74526A612FA0 /* wrap_Image.cpp */, @@ -1662,6 +1660,8 @@ FA7AA59117F6AC1F00704BE2 /* wrap_Mesh.h */, 5F42052D7C8271A1105541DE /* wrap_ParticleSystem.cpp */, 678E42771C9B415628A3234D /* wrap_ParticleSystem.h */, + FAC86E611724552C00EED715 /* wrap_Quad.cpp */, + FAC86E621724552C00EED715 /* wrap_Quad.h */, FA577A8716C71CF000860150 /* wrap_Shader.cpp */, FA577A8816C71CF000860150 /* wrap_Shader.h */, 02C16FDB537A702F4D42534E /* wrap_SpriteBatch.cpp */,