summaryrefslogtreecommitdiff
path: root/editor/CMakeLists.txt
diff options
context:
space:
mode:
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}