aboutsummaryrefslogtreecommitdiff
path: root/source/CMakeLists.txt
diff options
context:
space:
mode:
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
)