summaryrefslogtreecommitdiff
path: root/editor/CMakeLists.txt
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-11-29 21:07:06 -0500
committerJonathan Bradley <jcb@pikum.xyz>2023-11-29 21:07:06 -0500
commit9830bc2425385de6e666251fa9df6318605c639c (patch)
treee52494a973ad8957c30cf7dacf92f1fa518105dc /editor/CMakeLists.txt
parente111f78d519363a3d76237ff0a62dcbd5e53e3d6 (diff)
major refactor to decouple the engine and the editor
Diffstat (limited to 'editor/CMakeLists.txt')
-rw-r--r--editor/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt
index 0b1c228..bd176c4 100644
--- a/editor/CMakeLists.txt
+++ b/editor/CMakeLists.txt
@@ -2,6 +2,8 @@ project(pke_editor VERSION 0.0)
set(PKE_EDITOR_SOURCE_FILES
main.cpp
+ editor.hpp
+ editor.cpp
)
add_executable(pke_editor
${PKE_EDITOR_SOURCE_FILES}