diff options
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r-- | source/CMakeLists.txt | 4 |
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 ) |