aboutsummaryrefslogtreecommitdiff
path: root/source/CMakeLists.txt
diff options
context:
space:
mode:
authorhnOsmium0001 <[email protected]>2022-04-17 20:08:57 -0700
committerhnOsmium0001 <[email protected]>2022-04-17 20:08:57 -0700
commitd43508ba4843801cbbf1f42a27af260d4eef5701 (patch)
tree39c51368cfe8ec097c08f198877cf07e9ff835ee /source/CMakeLists.txt
parent509201784d6525fc26345e55a56ab81e4a7616b3 (diff)
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
)