aboutsummaryrefslogtreecommitdiff
path: root/source/CMakeLists.txt
diff options
context:
space:
mode:
authorhnOsmium0001 <[email protected]>2022-04-25 20:22:07 -0700
committerhnOsmium0001 <[email protected]>2022-04-25 20:22:07 -0700
commitf54370de7e4214cb7813d26b1a39a8f6e42b7b56 (patch)
tree20913b4099b77af933fcd2ebb4e73f53b366ad8f /source/CMakeLists.txt
parentc8ebee643f23c34ff57f69f8dfcf1903b59ea9d1 (diff)
Initial work on rendering sprites to screen
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r--source/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
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
)