aboutsummaryrefslogtreecommitdiff
path: root/source/CMakeLists.txt
diff options
context:
space:
mode:
authorhnOsmium0001 <[email protected]>2022-05-07 17:27:01 -0700
committerhnOsmium0001 <[email protected]>2022-05-07 17:27:01 -0700
commit921f756855b9e19363cb79355d12bb8d683ffc06 (patch)
tree55b2cac14f3498e36860039b8c8c3ea698c7db82 /source/CMakeLists.txt
parent1d924459c84b9d5fbd6c08743f733abad5a03c2b (diff)
Reduce dependency between editor headers and main game headers
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r--source/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt
index ba07566..6ca2cd5 100644
--- a/source/CMakeLists.txt
+++ b/source/CMakeLists.txt
@@ -6,7 +6,7 @@ PRIVATE
EditorAccessories.cpp
EditorAttachmentImpl.cpp
EditorCommandPalette.cpp
- EditorCore.cpp
+ EditorCorePrivate.cpp
EditorGuizmo.cpp
EditorNotification.cpp
EditorUtils.cpp