From 855da86feae1a5cc14dc2d486ccf115f484dbc2e Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 25 Apr 2022 20:22:07 -0700 Subject: Changeset: 16 Initial work on rendering sprites to screen --- source/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source/CMakeLists.txt') diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index f37d4a9..b4b6e3b 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -1,12 +1,15 @@ target_sources(${PROJECT_NAME} PRIVATE App.cpp - CpuMesh.cpp + Camera.cpp + CommonVertexIndex.cpp EditorAccessories.cpp EditorAttachmentImpl.cpp + EditorCommandPalette.cpp EditorCore.cpp EditorNotification.cpp EditorUtils.cpp + FuzzyMatch.cpp GameObject.cpp GraphicsTags.cpp Image.cpp @@ -22,6 +25,7 @@ PRIVATE Sprite.cpp Texture.cpp Uid.cpp + VertexIndex.cpp World.cpp ) -- cgit v1.2.3-70-g09d2