mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
Updated CMakeLists.txt
This commit is contained in:
+9
-6
@@ -232,14 +232,13 @@ set(LOVE_SRC_MODULE_GRAPHICS_ROOT
|
|||||||
src/modules/graphics/Color.h
|
src/modules/graphics/Color.h
|
||||||
src/modules/graphics/Drawable.cpp
|
src/modules/graphics/Drawable.cpp
|
||||||
src/modules/graphics/Drawable.h
|
src/modules/graphics/Drawable.h
|
||||||
src/modules/graphics/DrawGable.cpp
|
src/modules/graphics/DrawQable.h
|
||||||
src/modules/graphics/DrawGable.h
|
|
||||||
src/modules/graphics/Geometry.cpp
|
|
||||||
src/modules/graphics/Geometry.h
|
|
||||||
src/modules/graphics/Graphics.cpp
|
src/modules/graphics/Graphics.cpp
|
||||||
src/modules/graphics/Graphics.h
|
src/modules/graphics/Graphics.h
|
||||||
src/modules/graphics/Image.cpp
|
src/modules/graphics/Image.cpp
|
||||||
src/modules/graphics/Image.h
|
src/modules/graphics/Image.h
|
||||||
|
src/modules/graphics/Quad.cpp
|
||||||
|
src/modules/graphics/Quad.h
|
||||||
src/modules/graphics/Volatile.cpp
|
src/modules/graphics/Volatile.cpp
|
||||||
src/modules/graphics/Volatile.h
|
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/Graphics.h
|
||||||
src/modules/graphics/opengl/Image.cpp
|
src/modules/graphics/opengl/Image.cpp
|
||||||
src/modules/graphics/opengl/Image.h
|
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.cpp
|
||||||
src/modules/graphics/opengl/OpenGL.h
|
src/modules/graphics/opengl/OpenGL.h
|
||||||
src/modules/graphics/opengl/ParticleSystem.cpp
|
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_Canvas.h
|
||||||
src/modules/graphics/opengl/wrap_Font.cpp
|
src/modules/graphics/opengl/wrap_Font.cpp
|
||||||
src/modules/graphics/opengl/wrap_Font.h
|
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.cpp
|
||||||
src/modules/graphics/opengl/wrap_Graphics.h
|
src/modules/graphics/opengl/wrap_Graphics.h
|
||||||
src/modules/graphics/opengl/wrap_Image.cpp
|
src/modules/graphics/opengl/wrap_Image.cpp
|
||||||
src/modules/graphics/opengl/wrap_Image.h
|
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.cpp
|
||||||
src/modules/graphics/opengl/wrap_ParticleSystem.h
|
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.cpp
|
||||||
src/modules/graphics/opengl/wrap_Shader.h
|
src/modules/graphics/opengl/wrap_Shader.h
|
||||||
src/modules/graphics/opengl/wrap_SpriteBatch.cpp
|
src/modules/graphics/opengl/wrap_SpriteBatch.cpp
|
||||||
|
|||||||
@@ -1652,8 +1652,6 @@
|
|||||||
3AFB3A18384A2D22352262B1 /* wrap_Canvas.h */,
|
3AFB3A18384A2D22352262B1 /* wrap_Canvas.h */,
|
||||||
7A3B52AF1FBE73FC36AD50C8 /* wrap_Font.cpp */,
|
7A3B52AF1FBE73FC36AD50C8 /* wrap_Font.cpp */,
|
||||||
3CDA3E9B364F17A902384AAC /* wrap_Font.h */,
|
3CDA3E9B364F17A902384AAC /* wrap_Font.h */,
|
||||||
FAC86E611724552C00EED715 /* wrap_Quad.cpp */,
|
|
||||||
FAC86E621724552C00EED715 /* wrap_Quad.h */,
|
|
||||||
1A9810F758AC1D1E4B6431FD /* wrap_Graphics.cpp */,
|
1A9810F758AC1D1E4B6431FD /* wrap_Graphics.cpp */,
|
||||||
05DF237B657042515F3B4E52 /* wrap_Graphics.h */,
|
05DF237B657042515F3B4E52 /* wrap_Graphics.h */,
|
||||||
14AE68E14C2C74526A612FA0 /* wrap_Image.cpp */,
|
14AE68E14C2C74526A612FA0 /* wrap_Image.cpp */,
|
||||||
@@ -1662,6 +1660,8 @@
|
|||||||
FA7AA59117F6AC1F00704BE2 /* wrap_Mesh.h */,
|
FA7AA59117F6AC1F00704BE2 /* wrap_Mesh.h */,
|
||||||
5F42052D7C8271A1105541DE /* wrap_ParticleSystem.cpp */,
|
5F42052D7C8271A1105541DE /* wrap_ParticleSystem.cpp */,
|
||||||
678E42771C9B415628A3234D /* wrap_ParticleSystem.h */,
|
678E42771C9B415628A3234D /* wrap_ParticleSystem.h */,
|
||||||
|
FAC86E611724552C00EED715 /* wrap_Quad.cpp */,
|
||||||
|
FAC86E621724552C00EED715 /* wrap_Quad.h */,
|
||||||
FA577A8716C71CF000860150 /* wrap_Shader.cpp */,
|
FA577A8716C71CF000860150 /* wrap_Shader.cpp */,
|
||||||
FA577A8816C71CF000860150 /* wrap_Shader.h */,
|
FA577A8816C71CF000860150 /* wrap_Shader.h */,
|
||||||
02C16FDB537A702F4D42534E /* wrap_SpriteBatch.cpp */,
|
02C16FDB537A702F4D42534E /* wrap_SpriteBatch.cpp */,
|
||||||
|
|||||||
Reference in New Issue
Block a user