aboutsummaryrefslogtreecommitdiff
path: root/source/CMakeLists.txt
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-04-17 20:08:57 -0700
committerrtk0c <[email protected]>2022-04-17 20:08:57 -0700
commit5424a1d5434e3ddd911a504719918c2df027e2fd (patch)
tree6275aab13140d81dcc46c8290e73ac9a8bbb5605 /source/CMakeLists.txt
parentafcac59c7d04f4337d6b04ebed8cac7e871ccc50 (diff)
Changeset: 8 Initial work on sprites and texture system
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r--source/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt
index f851bcb..bc4bfdb 100644
--- a/source/CMakeLists.txt
+++ b/source/CMakeLists.txt
@@ -10,13 +10,17 @@ PRIVATE
EditorUtils.cpp
GameObject.cpp
GraphicsTags.cpp
+ Image.cpp
+ Ires.cpp
Level.cpp
Material.cpp
Mesh.cpp
Player.cpp
+ Renderer.cpp
SceneThings.cpp
Shader.cpp
SmallVector.cpp
+ Sprite.cpp
Texture.cpp
World.cpp
)